Skip to content

Commit

Permalink
chore: update adr template
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyFriesenGitHub committed Oct 24, 2024
1 parent 463e989 commit 80cd841
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/ISSUE_TEMPLATE/adr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@ body:
id: description
attributes:
label: Description
description: A brief description of the design decision
description: A brief description of the what the issue of the design decision is
validations:
required: true
- type: textarea
id: decision
attributes:
label: Decision
description: A brief description of the architectural decision taken
validations:
required: true
- type: textarea
id: consequences
attributes:
label: Consequences and Results
description: A description of the consequences and results of the decision
placeholder: |-
What are the consequences of the decision?
What are the pros and cons of using one technology over another?
Are there any alternatives that were considered?
validations:
required: true

0 comments on commit 80cd841

Please sign in to comment.