-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Create Github Issue Templates Creating issue templates to engender consistency when creating Github Issues. * Update bug_report.md Changed ordering of description sections.
- Loading branch information
Showing
3 changed files
with
73 additions
and
0 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,30 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: 'BUG:' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
A clear and concise description of what the bug is, including the current behavior. | ||
|
||
## Steps to Reproduce | ||
Clear, specific, and detailed steps taken to enable reproduction of the bug for investigation. | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
## Expected Behavior | ||
A clear and concise description of the outcome you expected from the actions taken. | ||
|
||
## Actual Behavior | ||
A clear and concise description of the outcome you experienced from the actions taken. | ||
|
||
## Additional Context | ||
- Log output | ||
- Screenshots (if applicable) | ||
- Solution Baseline Version | ||
- Environment details (local, cloud, Azure, AWS, etc.) |
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,22 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest a feature for this project | ||
title: 'Feature:' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
A clear and concise description of the new feature. It can include what the problem is and what you want to happen, and is preferably focused on the business context or how this impacts downstream users. | ||
|
||
## DOD | ||
Acceptance criteria required to realize the requested feature | ||
- [ ] Using checkboxes helps to communicate progress | ||
|
||
## Test Strategy/Script | ||
How will this feature be verified? | ||
|
||
## References/Additional Context | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
Add any other context, links, or screenshots about the feature request here. |
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,21 @@ | ||
--- | ||
name: Task tracking | ||
about: Support activities that are not typically code related | ||
title: 'TASK:' | ||
labels: task | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
A clear and concise description of the work to be done. | ||
|
||
## DOD | ||
Acceptance criteria required to complete the work | ||
- [ ] Using checkboxes helps to communicate progress | ||
|
||
## Test Strategy/Script | ||
How will this item be verified? | ||
|
||
## References/Additional Context | ||
As needed |