diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..8103f37 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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) diff --git a/.github/ISSUE_TEMPLATE/epic.md b/.github/ISSUE_TEMPLATE/epic.md new file mode 100644 index 0000000..fb6c7f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/epic.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md new file mode 100644 index 0000000..8d88f1d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.md @@ -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 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..695de95 --- /dev/null +++ b/.github/pull_request_template.md @@ -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]