diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..9557832 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,25 @@ +--- +name: Bug +about: An undesirable behaviour that needs correction. If this doesn't look right, + choose a different type. +title: '' +labels: '' +assignees: '' + +--- + +**Describe the Bug** +A clear and concise description of what the bug is. + +**Expected Behaviour** +A clear and concise description of what you expected to happen. + +**Actual Behaviour** +A clear and concise description of what actually happens. + +** Steps To Reproduce** +Steps to reproduce the behaviour: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error diff --git a/.github/ISSUE_TEMPLATE/custom-issue-template.md b/.github/ISSUE_TEMPLATE/custom-issue-template.md new file mode 100644 index 0000000..48d5f81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom-issue-template.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/decision.md b/.github/ISSUE_TEMPLATE/decision.md new file mode 100644 index 0000000..6517327 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/decision.md @@ -0,0 +1,11 @@ +--- +name: Decision +about: This is a big decision that has been made or raised to PO. If this doesn't + look right, choose a different type. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 0000000..f3f4a8f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,27 @@ +--- +name: Documentation +about: Documentation for a specific area or need. If this doesn't look right, choose + a different type. +title: '' +labels: '' +assignees: '' + +--- + +**As a** *(User Type/Persona)* **I want** *(Feature/enhancement)* **So That** *(Value, why is this wanted, what is the user trying to accomplish)* + +**Additional Context** +- enter text here +- enter text here + +**Acceptance Criteria** +- [ ] Given (Context), When (action carried out), Then (expected outcome) +- [ ] Given (Context), When (action carried out), Then (expected outcome) + +**Definition of Done** +- [ ] Ready to Demo in Sprint Review +- [ ] Does what I have made have appropriate test coverage? +- [ ] Documentation and/or scientific documentation exists and can be found +- [ ] Peer Reviewed by 2 people on the team +- [ ] Manual testing of all PRs in Dev and Prod +- [ ] Merged diff --git a/.github/ISSUE_TEMPLATE/epic.md b/.github/ISSUE_TEMPLATE/epic.md new file mode 100644 index 0000000..30bd575 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/epic.md @@ -0,0 +1,21 @@ +--- +name: Epic +about: A User Story Large enough that it cannot be completed in a single sprint, the + desired end state of a feature. If this doesn't look right, choose a different type. +title: '' +labels: '' +assignees: '' + +--- + +**As a** *(User Type/Persona)* **I want** *(Feature/enhancement)* **So That** *(Value, why is this wanted, what is the user trying to accomplish)* + +**Additional Context** + +- enter text here +- enter text here + +**Acceptance Criteria** + +- [ ] Given (Context), When (action carried out), Then (expected outcome) +- [ ] Given (Context), When (action carried out), Then (expected outcome) diff --git a/.github/ISSUE_TEMPLATE/feature-request---user-story.md b/.github/ISSUE_TEMPLATE/feature-request---user-story.md new file mode 100644 index 0000000..26a48ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request---user-story.md @@ -0,0 +1,27 @@ +--- +name: Feature request / user story +about: Suggest an idea from the perspective of a user. If this doesn't look right, + choose a different type. +title: '' +labels: '' +assignees: '' + +--- + +**As a** *(User Type/Persona)* **I want** *(Feature/enhancement)* **So That** *(Value, why is this wanted, what is the user trying to accomplish)* + +**Additional Context** +- enter text here +- enter text here + +**Acceptance Criteria** +- [ ] Given (Context), When (action carried out), Then (expected outcome) +- [ ] Given (Context), When (action carried out), Then (expected outcome) + +**Definition of Done** +- [ ] Ready to Demo in Sprint Review +- [ ] Does what I have made have appropriate test coverage? +- [ ] Documentation and/or scientific documentation exists and can be found +- [ ] Peer Reviewed by 2 people on the team +- [ ] Manual testing of all PRs in Dev and Prod +- [ ] Merged diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..674ae96 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,22 @@ +--- +name: Question +about: Ask us a question! If this doesn't look right, choose a different type. +title: '' +labels: '' +assignees: '' + +--- + +**Describe the task** +basic description of the task, is it focuse on research with users or the business area? is it design focused on either co-design or wireframing? is it User Testing or compiling results? + +**Acceptance Criteria** +- [ ] what is required for this task to be complete? +- what is the finishing point or end state of this task? +- [ ] what is the output of this task? + +**SME/User Contact** +(may want to use a persona to fill this in) + +**Additional context** +- any additional details that could not be captured above diff --git a/.github/ISSUE_TEMPLATE/spike.md b/.github/ISSUE_TEMPLATE/spike.md new file mode 100644 index 0000000..4a0be63 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/spike.md @@ -0,0 +1,27 @@ +--- +name: Spike +about: Research options prior to development work. If this doesn't look right, choose + a different type. +title: '' +labels: '' +assignees: '' + +--- + +**Problem Description** +**In order to** (achieve some goal), (a system or persona) **needs to** (some action). + +**Solution Needs** +- Enter the non-negotiables of the solution (what are the needs vs. what are the wants) + +**Timebox** +- How much effort are we committing to this research? + +**Outcome** +Details describing the outcome of the research +- Was it successful? What direction should the work go? +- Was it unsuccessful? Discuss next steps with team + +**Additional Context** +- enter text here +- enter text here diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md new file mode 100644 index 0000000..adfdae7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.md @@ -0,0 +1,23 @@ +--- +name: Task +about: Any work that does not directly impact the user. +title: '' +labels: '' +assignees: '' + +--- + +**Describe the task** +A clear and concise description of what the task is. + +**Purpose** +The reason why this task is needed and/or what value it adds. + +**Acceptance Criteria** +- [ ] first +- [ ] second +- [ ] third + +**Additional context** +- Add any other context about the task here. +- Or here diff --git a/.github/ISSUE_TEMPLATE/user-story.md b/.github/ISSUE_TEMPLATE/user-story.md new file mode 100644 index 0000000..2d41071 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/user-story.md @@ -0,0 +1,18 @@ +--- +name: User Story +about: This template is to be used when describing a feature from the user's perspective. +title: '' +labels: '' +assignees: '' + +--- + +**As a** *(User Type/Persona)* **I want** *(Feature/enhancement)* **So That** *(Value, why is this wanted, what is the user trying to accomplish)* + +**Additional Context** +- enter text here +- enter text here + +**Acceptance Criteria** +- [ ] Given (Context), When (action carried out), Then (expected outcome) +- [ ] Given (Context), When (action carried out), Then (expected outcome) diff --git a/.github/ISSUE_TEMPLATE/ux-task.md b/.github/ISSUE_TEMPLATE/ux-task.md new file mode 100644 index 0000000..79d8e00 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ux-task.md @@ -0,0 +1,22 @@ +--- +name: UX Task +about: This is a Task for UX Research, Design or Testing. +title: '' +labels: '' +assignees: '' + +--- + +**Describe the task** +basic description of the task, is it focuse on research with users or the business area? is it design focused on either co-design or wireframing? is it User Testing or compiling results? + +**Acceptance Criteria** +- [ ] what is required for this task to be complete? +- what is the finishing point or end state of this task? +- [ ] what is the output of this task? + +**SME/User Contact** +(may want to use a persona to fill this in) + +**Additional context** +- any additional details that could not be captured above