Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit 0158cda

Browse files
Merge pull request #2285 from bcgov/rdromey-patch-1
Chore: Update issue templates
2 parents 38099cb + 96e7c05 commit 0158cda

File tree

5 files changed

+160
-21
lines changed

5 files changed

+160
-21
lines changed
Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,38 @@
11
---
2-
name: Bug template
2+
name: Bug Template
33
about: For documenting bugs as per our bug process
44
title: "[bug title]"
5-
labels: bug
5+
labels: Bug
66
assignees: ''
77

88
---
99

10-
Describe the Bug:
10+
#### Describe the Bug:
1111

12-
Probability (1-5):
12+
#### Probability:
1313

14-
Effect (1-5):
14+
(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.")
1515

16-
Steps to reproduce the behaviour:
16+
#### Impact:
1717

18-
Screenshots:
18+
(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.")
1919

20-
Additional information:
21-
* OS: [e.g. iOS]
22-
* Browser: [e.g. chrome, safari]
23-
* Version: [e.g. 22]
24-
* Additional context
20+
<img src="https://www.getzephyr.com/sites/default/files/riksk%20matrix.jpg" alt="Bug Matrix" width="250" height="250"/>
21+
22+
#### Steps to reproduce the behaviour:
23+
24+
1. Step #1
25+
2. Step #2
26+
3. Step #3
27+
28+
#### Screenshots:
29+
30+
#### Additional information:
31+
32+
OS: [e.g. iOS]
33+
Browser: [e.g. chrome, safari]
34+
Version: [e.g. 22]
35+
36+
#### Additional Context
37+
38+
-
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: Service Design Task Template
3+
about: Service Design Task Template
4+
title: ''
5+
labels: Backlog Refinement, Service Design
6+
assignees: ''
7+
8+
---
9+
10+
#### Goal of Ticket
11+
12+
#### Describe the Task
13+
14+
A clear and concise description of what the task is.
15+
16+
#### Acceptance Criteria
17+
18+
- [ ] first
19+
- [ ] second
20+
- [ ] third
21+
22+
#### Additional context
23+
24+
Add any other context about the task here.
25+
26+
#### Definition of Ready:
27+
28+
Note: If any of the points are not applicable: delete or mark N/A
29+
30+
- [ ] Topic is clearly defined
31+
- [ ] Task description is clear
32+
- [ ] People to speak to are identified (if applicable)
33+
- [ ] Acceptance Criteria is clear
34+
- [ ] Ticket title is clear
35+
- [ ] Ticket is reasonably split up/sized
36+
- [ ] Value/Pain is clear
37+
- [ ] Relevant team members are assigned
38+
- [ ] Ticket estimated (if required)
39+
40+
#### Definition of Done.
41+
42+
Note: If any of the points are not applicable: delete or mark N/A
43+
44+
- [ ] Rough user stories proposed
45+
- [ ] Follow-up tickets created (if necessary)
46+
- [ ] Findings are documented (if necessary)
47+
- [ ] Reference docs/spreadsheets identified and indexed
48+
- [ ] Value proposition canvas (if required)
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Task issue template
2+
name: Task Issue Template
33
about: For cards that are not user stories, but may be technical, UX-related, or other
44
tasks.
55
title: "[title of task]"
@@ -9,6 +9,7 @@ assignees: ''
99
---
1010

1111
#### Describe the task
12+
1213
A clear and concise description of what the task is.
1314

1415
#### Acceptance Criteria
@@ -17,7 +18,13 @@ A clear and concise description of what the task is.
1718
- [ ] second
1819
- [ ] third
1920

21+
#### Definition of Done
22+
23+
- [ ] first
24+
- [ ] second
25+
- [ ] third
26+
2027
#### Additional context
2128

22-
* Add any other context about the task here.
23-
* Or here
29+
- Add any other context about the task here.
30+
- Or here
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Tech Debt Template
3+
about: Tech Debt Template
4+
title: ''
5+
labels: Tech Debt
6+
assignees: ''
7+
8+
---
9+
10+
#### Description of the Tech Debt
11+
12+
#### Tech Debt Triage
13+
14+
The purpose of our technical debt triage process is to analyze technical debt to determine risk level of the technical debt and the value in tackling that technical debt.
15+
16+
#### Risk Value Scoring:
17+
18+
| Level | Value |
19+
| ------ | --------------------- |
20+
| High | <div align="center">3 |
21+
| Medium | <div align="center">2 |
22+
| Low | <div align="center">1 |
23+
24+
| Technical Debt - Risk Types | Level | Value |
25+
| ----------------------------------------------------------------------------------------------------------------------------- | ----- | ----- |
26+
| Business Area Risk - Risk of business area visibility / damage to user experience | 0 | 0 |
27+
| Developer Fault Risk - How likely will this tech debt cause a future error related to coding on top of it | 0 | 0 |
28+
| System Fault Risk - Risk of system errors or application downtime | 0 | 0 |
29+
| Time Scale Risk - Compound risk effect if left alone. How much more difficult to fix or dangerous will this become over time? | 0 | 0 |
30+
| Time Sink Risk - How much will this tech debt slow the development process down | 0 | 0 |
31+
| <div align="right">**TOTAL SCORE:** | 0 | 0 |
32+
33+
#### Development Checklist:
34+
35+
- [ ] Checklist item
36+
- [ ] Checklist item
37+
- [ ] Checklist item

.github/ISSUE_TEMPLATE/user-story-template.md

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,53 @@ name: User Story Template
33
about: User stories are broken down product backlog items that are user-focused and
44
vertically-sliced.
55
title: As a [user], I want to [what], so that [why]
6-
labels: User Story
6+
labels: Backlog Refinement, User Story
77
assignees: ''
88

99
---
1010

1111
#### Description:
12+
1213
Brief description of the work involved, including any user research context or key decisions.
1314

1415
#### Acceptance Criteria:
15-
* Option - use Ghirken:
16+
1617
Given
1718
When
1819
Then
19-
* [Other AC]
20-
* [Other AC]
21-
* [Other AC]
22-
* Meets the DOD
20+
21+
#### Development Checklist:
22+
23+
- [ ] Checklist item
24+
- [ ] Checklist item
25+
- [ ] Checklist item
26+
- [ ] Meets the DOD
27+
28+
#### Definition of Ready (Note: If any of these points are not applicable, mark N/A)
29+
30+
- [ ] User story is included
31+
- [ ] User role and type are identified
32+
- [ ] Acceptance criteria are included
33+
- [ ] Wireframes are included (if required)
34+
- [ ] Design / Solution is accepted by Product Owner
35+
- [ ] Dependencies are identified (technical, business, regulatory/policy)
36+
- [ ] Story has been estimated (under 13 pts)
37+
38+
#### Definition of Done (Note: If any of these points are not applicable, mark N/A)
39+
40+
- [ ] Acceptance criteria are tested by the CI pipeline
41+
- [ ] UI meets accessibility requirements
42+
- [ ] Configuration changes are documented, documentation and designs are updated
43+
- [ ] Passes code peer-review
44+
- [ ] Passes QA of Acceptance Criteria with verification in Dev and Test
45+
- [ ] Ticket is ready to be merged to main branch
46+
- [ ] Can be demoed in Sprint Review
47+
- [ ] Bugs or future work cards are identified and created
48+
- [ ] Reviewed and approved by Product Owner
49+
50+
#### Blocked By/Blocking
51+
52+
53+
#### Notes:
54+
55+
-

0 commit comments

Comments
 (0)