From 147c3358f51672cf88fb700b73597fef748f377e Mon Sep 17 00:00:00 2001
From: Robert Dromey <111453684+rdromey@users.noreply.github.com>
Date: Thu, 31 Oct 2024 16:13:04 -0700
Subject: [PATCH 1/2] Chore: Update issue templates
---
.github/ISSUE_TEMPLATE/bug-template.md | 46 +++++++++++-------
...covery-and-service-design-task-template.md | 41 ----------------
.../service-design-task-template.md | 48 +++++++++++++++++++
.github/ISSUE_TEMPLATE/task-issue-template.md | 14 ++++--
.github/ISSUE_TEMPLATE/tech-debt-template.md | 40 +++++++++-------
...esting-feedback-gathering-task-template.md | 7 +--
.github/ISSUE_TEMPLATE/user-story-template.md | 15 +++---
...e---iterations-refinement-task-template.md | 7 +--
8 files changed, 127 insertions(+), 91 deletions(-)
delete mode 100644 .github/ISSUE_TEMPLATE/discovery-and-service-design-task-template.md
create mode 100644 .github/ISSUE_TEMPLATE/service-design-task-template.md
diff --git a/.github/ISSUE_TEMPLATE/bug-template.md b/.github/ISSUE_TEMPLATE/bug-template.md
index 63292a075c..1d4885d56f 100644
--- a/.github/ISSUE_TEMPLATE/bug-template.md
+++ b/.github/ISSUE_TEMPLATE/bug-template.md
@@ -1,28 +1,38 @@
---
-name: Bug template
+name: Bug Template
about: For documenting bugs as per our bug process
-title: "[bug title]"
-labels: bug
-assignees: ""
+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." whereas probability of 1 "only happens to certain users when a really specific and unlikely path is followed.")
+
+#### Impact:
+
+(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.")
+
+
+
+#### Steps to reproduce the behaviour:
-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.")
+1. Step #1
+2. Step #2
+3. Step #3
-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.")
+#### Screenshots:
-Steps to reproduce the behaviour:
+#### Additional information:
-Screenshots:
+OS: [e.g. iOS]
+Browser: [e.g. chrome, safari]
+Version: [e.g. 22]
-Additional information:
+#### Additional Context
-- OS: [e.g. iOS]
-- Browser: [e.g. chrome, safari]
-- Version: [e.g. 22]
-- Additional context
+-
diff --git a/.github/ISSUE_TEMPLATE/discovery-and-service-design-task-template.md b/.github/ISSUE_TEMPLATE/discovery-and-service-design-task-template.md
deleted file mode 100644
index a18b4bc714..0000000000
--- a/.github/ISSUE_TEMPLATE/discovery-and-service-design-task-template.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-name: Discovery and Service Design Task Template
-about: Discovery and Service Design Task Template
-title: ""
-labels: Task
-assignees: ""
----
-
-#### 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.
-
-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)
diff --git a/.github/ISSUE_TEMPLATE/service-design-task-template.md b/.github/ISSUE_TEMPLATE/service-design-task-template.md
new file mode 100644
index 0000000000..53f9e72986
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/service-design-task-template.md
@@ -0,0 +1,48 @@
+---
+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)
diff --git a/.github/ISSUE_TEMPLATE/task-issue-template.md b/.github/ISSUE_TEMPLATE/task-issue-template.md
index 19af765ccb..cdaac7690c 100644
--- a/.github/ISSUE_TEMPLATE/task-issue-template.md
+++ b/.github/ISSUE_TEMPLATE/task-issue-template.md
@@ -1,11 +1,11 @@
---
-name: Task issue template
-about:
- For cards that are not user stories, but may be technical, UX-related, or other
+name: Task Issue Template
+about: For cards that are not user stories, but may be technical, UX-related, or other
tasks.
title: "[title of task]"
labels: Task
-assignees: ""
+assignees: ''
+
---
#### Describe the task
@@ -18,6 +18,12 @@ A clear and concise description of what the task is.
- [ ] second
- [ ] third
+#### Definition of Done
+
+- [ ] first
+- [ ] second
+- [ ] third
+
#### Additional context
- Add any other context about the task here.
diff --git a/.github/ISSUE_TEMPLATE/tech-debt-template.md b/.github/ISSUE_TEMPLATE/tech-debt-template.md
index eb9a8253cc..3aa907f4d5 100644
--- a/.github/ISSUE_TEMPLATE/tech-debt-template.md
+++ b/.github/ISSUE_TEMPLATE/tech-debt-template.md
@@ -1,29 +1,37 @@
---
name: Tech Debt Template
about: Tech Debt Template
-title: ""
+title: ''
labels: Tech Debt
-assignees: ""
+assignees: ''
+
---
-###Description of the Tech Debt###
+#### Description of the Tech Debt
+
+#### Tech Debt Triage
-###Tech Debt Triage#
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.
-Risk Value Scoring:
+#### Risk Value Scoring:
-| Level | Value |
-| ------ | ----- |
-| High | 3 |
-| Medium | 2 |
-| Low | 1 |
+| Level | Value |
+| ------ | --------------------- |
+| High |
3 |
+| Medium |
2 |
+| Low |
1 |
| Technical Debt - Risk Types | Level | Value |
| ----------------------------------------------------------------------------------------------------------------------------- | ----- | ----- |
-| Business Area Risk - Risk of business area visibility / damage to user experience | | |
-| Developer Fault Risk - How likely will this tech debt cause a future error related to coding on top of it | | |
-| System Fault Risk - Risk of system errors or application downtime | | |
-| Time Scale Risk - Compound risk effect if left alone. How much more difficult to fix or dangerous will this become over time? | | |
-| Time Sink Risk - How much will this tech debt slow the development process down | | |
-| TOTAL SCORE: | | |
+| Business Area Risk - Risk of business area visibility / damage to user experience | 0 | 0 |
+| Developer Fault Risk - How likely will this tech debt cause a future error related to coding on top of it | 0 | 0 |
+| System Fault Risk - Risk of system errors or application downtime | 0 | 0 |
+| Time Scale Risk - Compound risk effect if left alone. How much more difficult to fix or dangerous will this become over time? | 0 | 0 |
+| Time Sink Risk - How much will this tech debt slow the development process down | 0 | 0 |
+|
**TOTAL SCORE:** | 0 | 0 |
+
+#### Development Checklist:
+
+- [ ] Checklist item
+- [ ] Checklist item
+- [ ] Checklist item
diff --git a/.github/ISSUE_TEMPLATE/testing-feedback-gathering-task-template.md b/.github/ISSUE_TEMPLATE/testing-feedback-gathering-task-template.md
index 99a0955c3b..090a6d941a 100644
--- a/.github/ISSUE_TEMPLATE/testing-feedback-gathering-task-template.md
+++ b/.github/ISSUE_TEMPLATE/testing-feedback-gathering-task-template.md
@@ -1,9 +1,10 @@
---
name: Testing/Feedback Gathering Task Template
about: Testing/Feedback Gathering Task Template
-title: ""
-labels: ""
-assignees: ""
+title: ''
+labels: ''
+assignees: ''
+
---
#### Describe the task
diff --git a/.github/ISSUE_TEMPLATE/user-story-template.md b/.github/ISSUE_TEMPLATE/user-story-template.md
index e5ae5a53f9..a7368c8c63 100644
--- a/.github/ISSUE_TEMPLATE/user-story-template.md
+++ b/.github/ISSUE_TEMPLATE/user-story-template.md
@@ -1,11 +1,11 @@
---
name: User Story Template
-about:
- User stories are broken down product backlog items that are user-focused and
+about: User stories are broken down product backlog items that are user-focused and
vertically-sliced.
title: As a [user], I want to [what], so that [why]
-labels: User Story
-assignees: ""
+labels: Backlog Refinement, User Story
+assignees: ''
+
---
#### Description:
@@ -25,7 +25,7 @@ Then
- [ ] Checklist item
- [ ] Meets the DOD
-**Definition of Ready** (Note: If any of these points are not applicable, mark N/A)
+#### Definition of Ready (Note: If any of these points are not applicable, mark N/A)
- [ ] User story is included
- [ ] User role and type are identified
@@ -35,7 +35,7 @@ Then
- [ ] Dependencies are identified (technical, business, regulatory/policy)
- [ ] Story has been estimated (under 13 pts)
-ยท**Definition of Done** (Note: If any of these points are not applicable, mark N/A)
+#### Definition of Done (Note: If any of these points are not applicable, mark N/A)
- [ ] Acceptance criteria are tested by the CI pipeline
- [ ] UI meets accessibility requirements
@@ -47,6 +47,9 @@ Then
- [ ] Bugs or future work cards are identified and created
- [ ] Reviewed and approved by Product Owner
+#### Blocked By/Blocking
+
+
#### Notes:
-
diff --git a/.github/ISSUE_TEMPLATE/wireframe---iterations-refinement-task-template.md b/.github/ISSUE_TEMPLATE/wireframe---iterations-refinement-task-template.md
index 540748fc33..9e267d957e 100644
--- a/.github/ISSUE_TEMPLATE/wireframe---iterations-refinement-task-template.md
+++ b/.github/ISSUE_TEMPLATE/wireframe---iterations-refinement-task-template.md
@@ -1,9 +1,10 @@
---
name: Wireframe + iterations/refinement Task Template
about: Wireframe + iterations/refinement Task Template
-title: ""
-labels: ""
-assignees: ""
+title: ''
+labels: ''
+assignees: ''
+
---
#### Describe the task
From 307c4aae746fddaf2d1157275d74bab6b09c1174 Mon Sep 17 00:00:00 2001
From: SeSo
Date: Thu, 31 Oct 2024 17:00:55 -0700
Subject: [PATCH 2/2] chore: fix pre-commit
---
.github/ISSUE_TEMPLATE/bug-template.md | 5 ++---
.../service-design-task-template.md | 5 ++---
.github/ISSUE_TEMPLATE/task-issue-template.md | 6 +++---
.github/ISSUE_TEMPLATE/tech-debt-template.md | 17 ++++++++---------
.../testing-feedback-gathering-task-template.md | 7 +++----
.github/ISSUE_TEMPLATE/user-story-template.md | 7 +++----
...ame---iterations-refinement-task-template.md | 7 +++----
7 files changed, 24 insertions(+), 30 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug-template.md b/.github/ISSUE_TEMPLATE/bug-template.md
index 1d4885d56f..1a2a4398e1 100644
--- a/.github/ISSUE_TEMPLATE/bug-template.md
+++ b/.github/ISSUE_TEMPLATE/bug-template.md
@@ -1,10 +1,9 @@
---
name: Bug Template
about: For documenting bugs as per our bug process
-title: ''
+title: ""
labels: Bug
-assignees: ''
-
+assignees: ""
---
#### Describe the Bug:
diff --git a/.github/ISSUE_TEMPLATE/service-design-task-template.md b/.github/ISSUE_TEMPLATE/service-design-task-template.md
index 53f9e72986..06a9b031ba 100644
--- a/.github/ISSUE_TEMPLATE/service-design-task-template.md
+++ b/.github/ISSUE_TEMPLATE/service-design-task-template.md
@@ -1,10 +1,9 @@
---
name: Service Design Task Template
about: Service Design Task Template
-title: ''
+title: ""
labels: Backlog Refinement, Service Design
-assignees: ''
-
+assignees: ""
---
#### Goal of Ticket
diff --git a/.github/ISSUE_TEMPLATE/task-issue-template.md b/.github/ISSUE_TEMPLATE/task-issue-template.md
index cdaac7690c..eba3d45927 100644
--- a/.github/ISSUE_TEMPLATE/task-issue-template.md
+++ b/.github/ISSUE_TEMPLATE/task-issue-template.md
@@ -1,11 +1,11 @@
---
name: Task Issue Template
-about: For cards that are not user stories, but may be technical, UX-related, or other
+about:
+ For cards that are not user stories, but may be technical, UX-related, or other
tasks.
title: "[title of task]"
labels: Task
-assignees: ''
-
+assignees: ""
---
#### Describe the task
diff --git a/.github/ISSUE_TEMPLATE/tech-debt-template.md b/.github/ISSUE_TEMPLATE/tech-debt-template.md
index 3aa907f4d5..aafebf691f 100644
--- a/.github/ISSUE_TEMPLATE/tech-debt-template.md
+++ b/.github/ISSUE_TEMPLATE/tech-debt-template.md
@@ -1,10 +1,9 @@
---
name: Tech Debt Template
about: Tech Debt Template
-title: ''
+title: ""
labels: Tech Debt
-assignees: ''
-
+assignees: ""
---
#### Description of the Tech Debt
@@ -23,12 +22,12 @@ The purpose of our technical debt triage process is to analyze technical debt to
| Technical Debt - Risk Types | Level | Value |
| ----------------------------------------------------------------------------------------------------------------------------- | ----- | ----- |
-| Business Area Risk - Risk of business area visibility / damage to user experience | 0 | 0 |
-| Developer Fault Risk - How likely will this tech debt cause a future error related to coding on top of it | 0 | 0 |
-| System Fault Risk - Risk of system errors or application downtime | 0 | 0 |
-| Time Scale Risk - Compound risk effect if left alone. How much more difficult to fix or dangerous will this become over time? | 0 | 0 |
-| Time Sink Risk - How much will this tech debt slow the development process down | 0 | 0 |
-| **TOTAL SCORE:** | 0 | 0 |
+| Business Area Risk - Risk of business area visibility / damage to user experience | 0 | 0 |
+| Developer Fault Risk - How likely will this tech debt cause a future error related to coding on top of it | 0 | 0 |
+| System Fault Risk - Risk of system errors or application downtime | 0 | 0 |
+| Time Scale Risk - Compound risk effect if left alone. How much more difficult to fix or dangerous will this become over time? | 0 | 0 |
+| Time Sink Risk - How much will this tech debt slow the development process down | 0 | 0 |
+|
**TOTAL SCORE:** | 0 | 0 |
#### Development Checklist:
diff --git a/.github/ISSUE_TEMPLATE/testing-feedback-gathering-task-template.md b/.github/ISSUE_TEMPLATE/testing-feedback-gathering-task-template.md
index 090a6d941a..99a0955c3b 100644
--- a/.github/ISSUE_TEMPLATE/testing-feedback-gathering-task-template.md
+++ b/.github/ISSUE_TEMPLATE/testing-feedback-gathering-task-template.md
@@ -1,10 +1,9 @@
---
name: Testing/Feedback Gathering Task Template
about: Testing/Feedback Gathering Task Template
-title: ''
-labels: ''
-assignees: ''
-
+title: ""
+labels: ""
+assignees: ""
---
#### Describe the task
diff --git a/.github/ISSUE_TEMPLATE/user-story-template.md b/.github/ISSUE_TEMPLATE/user-story-template.md
index a7368c8c63..3ec888db4f 100644
--- a/.github/ISSUE_TEMPLATE/user-story-template.md
+++ b/.github/ISSUE_TEMPLATE/user-story-template.md
@@ -1,11 +1,11 @@
---
name: User Story Template
-about: User stories are broken down product backlog items that are user-focused and
+about:
+ User stories are broken down product backlog items that are user-focused and
vertically-sliced.
title: As a [user], I want to [what], so that [why]
labels: Backlog Refinement, User Story
-assignees: ''
-
+assignees: ""
---
#### Description:
@@ -49,7 +49,6 @@ Then
#### Blocked By/Blocking
-
#### Notes:
-
diff --git a/.github/ISSUE_TEMPLATE/wireframe---iterations-refinement-task-template.md b/.github/ISSUE_TEMPLATE/wireframe---iterations-refinement-task-template.md
index 9e267d957e..540748fc33 100644
--- a/.github/ISSUE_TEMPLATE/wireframe---iterations-refinement-task-template.md
+++ b/.github/ISSUE_TEMPLATE/wireframe---iterations-refinement-task-template.md
@@ -1,10 +1,9 @@
---
name: Wireframe + iterations/refinement Task Template
about: Wireframe + iterations/refinement Task Template
-title: ''
-labels: ''
-assignees: ''
-
+title: ""
+labels: ""
+assignees: ""
---
#### Describe the task