-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
356af18
commit 47c345c
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: Architectural Decision Record (ADR) | ||
description: Submit an Architectural Decision Record (ADR) | ||
title: "[ADR]: " | ||
labels: ["enhancement", "proposed"] | ||
projects: ["JasperHG90/1"] | ||
body: | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: ✍️ Context | ||
description: What is the issue that we're seeing that is motivating this decision or change? | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: decision | ||
attributes: | ||
label: 🤝 Decision | ||
description: What is the change that we're proposing and/or doing? | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: impact | ||
attributes: | ||
label: 💥 Impact | ||
description: What is the impact of the change that you’re proposing? Who will this impact? How will it impact them? | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: consequences | ||
attributes: | ||
label: ☝️ Consequences | ||
description: What becomes easier or more difficult to do because of this change? | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: 📝 Checklist (after ADR has been accepted) | ||
description: Set the status of the ADR to 'accepted' or 'rejected' | ||
options: | ||
- label: I've set the appropriate status label | ||
required: false | ||
- label: I've linked relevant issues, PRs, and RFCs | ||
required: false |