-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
107 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,22 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Please be as thorough as possible, but if you can't answer everything, please just submit what you have! Thank you!** | ||
|
||
## Description | ||
|
||
## Steps to reproduce | ||
1. Go to '...' | ||
2. Click on '....' | ||
|
||
### Expected Behaviour | ||
|
||
### Actual Behaviour | ||
|
||
## Screenshots (if you have any) |
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,33 @@ | ||
--- | ||
name: Epic | ||
about: High-level feature to be broken into separate tasks | ||
title: '' | ||
labels: EPIC | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please add a high-level description here, then fill out the sections below | ||
|
||
## Definitions of key terminology | ||
* … | ||
|
||
## Target audience | ||
These are the roles that will most likely use this feature: | ||
|
||
* … | ||
|
||
## Requirements (job stories) | ||
Below are job stories that describe the requirements for this feature. | ||
|
||
### Need to have | ||
- [ ] When …, I want to…, so that… | ||
|
||
### Nice to have / known future improvements | ||
- [ ] When …, I want to…, so that… | ||
|
||
## Solution | ||
TBD | ||
|
||
## Tasks | ||
TBD |
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,31 @@ | ||
--- | ||
name: Task | ||
about: Features, improvements, etc. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
## Description | ||
|
||
A user should be able to... | ||
|
||
## Relevant Job Stories | ||
|
||
## Estimated size (S, M, L) | ||
|
||
I think this issue is {size} because... | ||
|
||
## Prerequisites | ||
|
||
## Requirements | ||
|
||
- [ ] Requirement 1 | ||
|
||
## Possible implementations | ||
|
||
## Design specifications | ||
|
||
(Put any links to wireframes, figma, or other designs here etc here.) | ||
|
||
## Open questions |
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 @@ | ||
## Description | ||
This PR… | ||
|
||
|
||
## Screenshots | ||
[Add screenshots here] | ||
|
||
|
||
## Changes | ||
[Add a list of features added/changed, bugs fixed etc] | ||
|
||
* Adds… | ||
* Changes… | ||
|
||
|
||
## Notes to reviewer | ||
[Add instructions for testing] | ||
|
||
|
||
## Related issues | ||
Resolves #[id] |