Merge pull request 'New issue templates' (#4) from test into develop

Reviewed-on: #4
This commit is contained in:
Zakary Timson 2023-08-02 22:04:55 +00:00
commit 04ac866498
3 changed files with 73 additions and 2 deletions

View File

@ -5,24 +5,26 @@ about: "Encountered an issue"
ref: "develop"
labels:
- Type/Bug
- State/Triage
---
# Bug Report
<!-- Description of problem -->
I tried to ...
But instead ...
## Steps to Reproduce
<!-- How can developers replicate & test the problem? -->
1.
2.
3.
## Logs
<!-- Any logs that accompenied the error -->
```
```
## Screenshots
<!-- Screenshots (annoted if possible) of the problem -->

22
.github/issue_template/enhancment.md vendored Normal file
View File

@ -0,0 +1,22 @@
---
name: "Enhancement"
about: "Request a feature"
ref: "develop"
labels:
- Type/Enhancement
---
# Feature Request
<!-- Detailed description -->
...
## Requirements
<!-- Bullet list of requirments -->
1. ...
2. ...
## Notes
<!-- Any additional considerations, solutions or design choices -->
...

47
.github/issue_template/user_story.md vendored Normal file
View File

@ -0,0 +1,47 @@
---
name: "User Story"
about: "Create a user story"
ref: "develop"
labels:
- Type/Enhancement
---
# User Story
As a ...
I want to ...
So that ...
## Acceptance Criteria
1.
Given ...
When ...
Then ...
2. ...
## Design
...
## Notes
...
## Tasks
- [ ] Investigated by business
- [ ] Prioritized & approved by PO
- [ ] Designed & reviewed UX
- [ ] Refined
- [ ] Assigned an Epic
- [ ] Broken down into dev tasks
- [ ] Estimated wieght/time
- [ ] Adjusted labels