Skip to content

Commit

Permalink
Merge pull request #2302 from alphagov/ldeb-add-tech-debt-template
Browse files Browse the repository at this point in the history
Add tech debt issue template
  • Loading branch information
lfdebrux authored Aug 16, 2021
2 parents 3c3902e + d8796e8 commit 2b41586
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/tech-debt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: Tech debt
description: For internal use only - Issue template for tracking technical debt
labels: [tech debt, awaiting triage]

body:
- type: markdown
attributes:
value: |
This is a template for creating issues that describe technical debt.
It is based off the [example in the GDS Way page on tracking technical debt](https://gds-way.cloudapps.digital/standards/technical-debt.html#example).
- type: textarea
attributes:
label: Cause
validations:
required: true

- type: textarea
attributes:
label: Consequences
validations:
required: true

- type: dropdown
attributes:
label: Impact of debt
options: [Low, Medium, High]
validations:
required: true

- type: textarea
attributes:
label: Reason (impact of debt)
validations:
required: false

- type: dropdown
attributes:
label: Effort to pay down
options: [Low, Medium, High]
validations:
required: true

- type: textarea
attributes:
label: Reason (effort to pay down)
validations:
required: false

- type: dropdown
attributes:
label: Overall rating
options: [Low, Medium, High]
validations:
required: true

- type: textarea
attributes:
label: Reason (overall rating)
validations:
required: false

0 comments on commit 2b41586

Please sign in to comment.