diff --git a/.github/ISSUE_TEMPLATE/---bug.md b/.github/ISSUE_TEMPLATE/---bug.md new file mode 100644 index 000000000..fbb8c8f7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---bug.md @@ -0,0 +1,45 @@ +--- +name: "\U0001F41B Bug" +about: Create a report to help us improve +title: '' +labels: "\U0001F41B bug" +assignees: '' +--- + +## Description + +A clear and concise description of what the bug is. + +## Steps to Reproduce + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +## Expected behavior + +A clear and concise description of what you expected to happen. + +## Screenshots + +If applicable, add screenshots to help explain your problem. + +## Device details + +**Desktop (please complete the following information):** + +- OS: [e.g. iOS] +- Browser [e.g. chrome, safari] +- Version [e.g. 22] + +**Smartphone (please complete the following information):** + +- Device: [e.g. iPhone6] +- OS: [e.g. iOS8.1] +- Browser [e.g. stock browser, safari] +- Version [e.g. 22] + +## Additional context + +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/chore.md b/.github/ISSUE_TEMPLATE/chore.md new file mode 100644 index 000000000..39c177d33 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/chore.md @@ -0,0 +1,21 @@ +--- +name: Chore +about: + A template to capture non feature / enhancement work we need to do like work + to support other functions or housekeeping etc. +title: '' +labels: chore +assignees: '' +--- + +## The Chore + +What we need to achieve and who for + +## Tasks + +- [ ] What do we need to do first +- [ ] and then what? +- [ ] Etc. + +## Additional details / background info diff --git a/.github/ISSUE_TEMPLATE/user-story.md b/.github/ISSUE_TEMPLATE/user-story.md new file mode 100644 index 000000000..3121b6c05 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/user-story.md @@ -0,0 +1,33 @@ +--- +name: User Story +about: + A template to describe a features or enhancements we want to make from a users + perspective to ensure we understand what is needed and the value it would add +title: '' +labels: feature +assignees: '' +--- + +## Story + +As a +I want +So that + +## Acceptance Criteria + +- [ ] I can +- [ ] I can +- [ ] I can + +## Tasks + +- [ ] Explore and sketch +- [ ] Team and stakeholder review +- [ ] Visual Design +- [ ] Team review +- [ ] Etc. + +## Sketch + +## Additional details / background info