Compare commits
No commits in common. "04ac866498226865191292964c956041ef437ac5" and "6e0737836e6aba7d63b3ced18c6d92bfe731a83d" have entirely different histories.
04ac866498
...
6e0737836e
6
.github/issue_template/bug.md
vendored
6
.github/issue_template/bug.md
vendored
@ -5,26 +5,24 @@ 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
22
.github/issue_template/enhancment.md
vendored
@ -1,22 +0,0 @@
|
||||
---
|
||||
|
||||
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
47
.github/issue_template/user_story.md
vendored
@ -1,47 +0,0 @@
|
||||
---
|
||||
|
||||
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
|
Loading…
Reference in New Issue
Block a user