Skip to content

Commit

Permalink
chore: fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepehr-Sobhani committed Nov 1, 2024
1 parent 147c335 commit 307c4aa
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 30 deletions.
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-template.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/service-design-task-template.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/task-issue-template.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
17 changes: 8 additions & 9 deletions .github/ISSUE_TEMPLATE/tech-debt-template.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Tech Debt Template
about: Tech Debt Template
title: ''
title: ""
labels: Tech Debt
assignees: ''

assignees: ""
---

#### Description of the Tech Debt
Expand All @@ -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 |
| <div align="right">**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 |
| <div align="right">**TOTAL SCORE:** | 0 | 0 |

#### Development Checklist:

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/user-story-template.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -49,7 +49,6 @@ Then

#### Blocked By/Blocking


#### Notes:

-
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 307c4aa

Please sign in to comment.