Skip to content

Commit d9309af

Browse files
authored
#91 Create Github Issue Templates (#101)
* Create Github Issue Templates Creating issue templates to engender consistency when creating Github Issues. * Update bug_report.md Changed ordering of description sections.
1 parent 5622535 commit d9309af

File tree

3 files changed

+73
-0
lines changed

3 files changed

+73
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: 'BUG:'
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
A clear and concise description of what the bug is, including the current behavior.
12+
13+
## Steps to Reproduce
14+
Clear, specific, and detailed steps taken to enable reproduction of the bug for investigation.
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
## Expected Behavior
21+
A clear and concise description of the outcome you expected from the actions taken.
22+
23+
## Actual Behavior
24+
A clear and concise description of the outcome you experienced from the actions taken.
25+
26+
## Additional Context
27+
- Log output
28+
- Screenshots (if applicable)
29+
- Solution Baseline Version
30+
- Environment details (local, cloud, Azure, AWS, etc.)
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: Suggest a feature for this project
4+
title: 'Feature:'
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
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.
12+
13+
## DOD
14+
Acceptance criteria required to realize the requested feature
15+
- [ ] Using checkboxes helps to communicate progress
16+
17+
## Test Strategy/Script
18+
How will this feature be verified?
19+
20+
## References/Additional Context
21+
A clear and concise description of any alternative solutions or features you've considered.
22+
Add any other context, links, or screenshots about the feature request here.
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Task tracking
3+
about: Support activities that are not typically code related
4+
title: 'TASK:'
5+
labels: task
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
A clear and concise description of the work to be done.
12+
13+
## DOD
14+
Acceptance criteria required to complete the work
15+
- [ ] Using checkboxes helps to communicate progress
16+
17+
## Test Strategy/Script
18+
How will this item be verified?
19+
20+
## References/Additional Context
21+
As needed

0 commit comments

Comments
 (0)