generated from Patribots4738/Swerve-Command-Based
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some changes for Add issue templates #74
- Loading branch information
1 parent
485ab97
commit c11ba20
Showing
2 changed files
with
12 additions
and
13 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 |
---|---|---|
@@ -1,17 +1,16 @@ | ||
--- | ||
name: Bug report | ||
name: BUG | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug, enhancement, help wanted | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Story** | ||
## Story | ||
A clear and concise description of what the bug is and why it's what you are experiencing is bad | ||
|
||
**Expected behavior / AC** | ||
The excepted behavior of the program / the acceptance criteria for the bug to be completed. | ||
## Expected behavior / AC | ||
- [ ] The excepted behavior of the program / the acceptance criteria for the bug to be completed. | ||
|
||
**Screenshots** | ||
## Screenshots | ||
If applicable, add screenshots to help explain your problem. |
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
--- | ||
name: Feature request | ||
name: NEW FEATURE | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
**Story** | ||
## Story | ||
Why are you making this feature? Please make a clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
## Solution | ||
A clear and concise description of what you want to happen. | ||
|
||
**Acceptance Criteria** | ||
The AC for the new feature to be completed in it's entirety. | ||
## AC | ||
- [ ] The AC for the new feature to be completed in it's entirety. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
## AD | ||
Add any other additional context or screenshots about the feature request here. |