-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1943 from bcgov/rdromey-patch-1
Chore: Update issue templates
- Loading branch information
Showing
6 changed files
with
106 additions
and
76 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 |
---|---|---|
@@ -1,28 +1,37 @@ | ||
--- | ||
name: Bug template | ||
name: Bug Template | ||
about: For documenting bugs as per our bug process | ||
title: "[bug title]" | ||
labels: bug | ||
title: "" | ||
labels: Bug | ||
assignees: "" | ||
--- | ||
|
||
Describe the Bug: | ||
#### Describe the Bug: | ||
|
||
Probability (how likely the bug is to happen, scored from 1-5): | ||
(For example, probability of 5 is something like "it happens to all users every time they log in." | ||
Probability of 1 "only happens to certain users when a really specific and unlikely path is followed.") | ||
#### Probability: | ||
|
||
Effect (how bad the bug is when it does happen, scored from 1-5): | ||
(For example, effect of 5 is "the entire app crashes and makes it unusable for all users" or "the bug causes the wrong data to be saved, with critical information (e.g. payment) being affected." | ||
Effect of 1 is "It makes some styling look a little bit weird.") | ||
(How likely the bug is to happen, scored from 1-5. For example, probability of 5 is something like "it happens to all users every time they log in." whereas probability of 1 "only happens to certain users when a really specific and unlikely path is followed.") | ||
|
||
Steps to reproduce the behaviour: | ||
#### Impact: | ||
|
||
Screenshots: | ||
(How bad the bug is when it does happen, scored from 1-5. For example, effect of 5 is "the entire app crashes and makes it unusable for all users" or "the bug causes the wrong data to be saved, with critical information (e.g. payment) being affected." whereas effect of 1 is "It makes some styling look a little bit weird.") | ||
|
||
Additional information: | ||
<img src="https://www.getzephyr.com/sites/default/files/riksk%20matrix.jpg" alt="Bug Matrix" width="250" height="250"/> | ||
|
||
- OS: [e.g. iOS] | ||
- Browser: [e.g. chrome, safari] | ||
- Version: [e.g. 22] | ||
- Additional context | ||
#### Steps to reproduce the behaviour: | ||
|
||
1. Step #1 | ||
2. Step #2 | ||
3. Step #3 | ||
|
||
#### Screenshots: | ||
|
||
#### Additional information: | ||
|
||
OS: [e.g. iOS] | ||
Browser: [e.g. chrome, safari] | ||
Version: [e.g. 22] | ||
|
||
#### Additional Context | ||
|
||
- |
41 changes: 0 additions & 41 deletions
41
.github/ISSUE_TEMPLATE/discovery-and-service-design-task-template.md
This file was deleted.
Oops, something went wrong.
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,47 @@ | ||
--- | ||
name: Service Design Task Template | ||
about: Service Design Task Template | ||
title: "" | ||
labels: Backlog Refinement, Service Design | ||
assignees: "" | ||
--- | ||
|
||
#### Goal of Ticket | ||
|
||
#### Describe the Task | ||
|
||
A clear and concise description of what the task is. | ||
|
||
#### Acceptance Criteria | ||
|
||
- [ ] first | ||
- [ ] second | ||
- [ ] third | ||
|
||
#### Additional context | ||
|
||
Add any other context about the task here. | ||
|
||
#### Definition of Ready: | ||
|
||
Note: If any of the points are not applicable: delete or mark N/A | ||
|
||
- [ ] Topic is clearly defined | ||
- [ ] Task description is clear | ||
- [ ] People to speak to are identified (if applicable) | ||
- [ ] Acceptance Criteria is clear | ||
- [ ] Ticket title is clear | ||
- [ ] Ticket is reasonably split up/sized | ||
- [ ] Value/Pain is clear | ||
- [ ] Relevant team members are assigned | ||
- [ ] Ticket estimated (if required) | ||
|
||
#### Definition of Done. | ||
|
||
Note: If any of the points are not applicable: delete or mark N/A | ||
|
||
- [ ] Rough user stories proposed | ||
- [ ] Follow-up tickets created (if necessary) | ||
- [ ] Findings are documented (if necessary) | ||
- [ ] Reference docs/spreadsheets identified and indexed | ||
- [ ] Value proposition canvas (if required) |
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
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
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