-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "chore: new issue form templates #149"
This reverts commit beeba1d.
- Loading branch information
1 parent
a25b192
commit 3d223d1
Showing
5 changed files
with
69 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Backlog Ticket | ||
about: New feature/ticket for the project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Overview (What and Why) | ||
{Write description of what the feature should be, why} | ||
|
||
# How | ||
{Describe what needs to be done.} | ||
|
||
- [ ] Task 1 | ||
- [ ] Task 2 | ||
|
||
# Definition of Done | ||
{Write definition of done, how to verify} | ||
|
||
- [ ] Unit test cases (delete if not applicable) | ||
- [ ] Docs updated (delete if not applicable) | ||
- [ ] PR approved and merged to master (delete if not applicable) | ||
|
||
# Open Issues and Blockers | ||
{Dependencies issue or PR or some other blocker.} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description** | ||
|
||
> Tell us what happened. In particular, tell us how and why you are using this project, and describe the bug that you encountered. Please note that we are not able to support all conceivable use cases, but the more information you are able to provide the more equipped we will be to help. | ||
**Steps to Reproduce** | ||
|
||
> Replace the example steps below with actual steps to reproduce the bug you're reporting. | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected vs. Actual Behavior** | ||
|
||
> What did you expect to happen after you followed the steps you described in the last section? What actually happened? | ||
**Environment** | ||
|
||
> Describe the environment in which you encountered this bug. Use the list below as a starting point and add additional information if you think it's relevant. | ||
- Operating system: | ||
- Project version/tag: (run 'swanky version') | ||
- Rust version (run `rustup show`): | ||
- Node version (run `node --version`) | ||
|
||
**Logs, Errors or Screenshots** | ||
|
||
> Please provide the text of any logs or errors that you experienced; if applicable, provide screenshots to help illustrate the problem. | ||
**Additional Information** | ||
|
||
> Please add any other details that you think may help us solve your problem. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.