-
Notifications
You must be signed in to change notification settings - Fork 12
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
Showing
1 changed file
with
29 additions
and
10 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 |
---|---|---|
@@ -1,35 +1,54 @@ | ||
name: adr template | ||
about: See [ADR](https://github.com/joelparkerhenderson/architecture-decision-record/blob/main/locales/en/templates/decision-record-template-by-michael-nygard/index.md) | ||
description: See [ADR](https://github.com/joelparkerhenderson/architecture-decision-record/blob/main/locales/en/templates/decision-record-template-by-michael-nygard/index.md) | ||
title: ADR Record | ||
assigness: [codecakes] | ||
labels: [C4GT Community, C4GT Mentorship, C4GT Advisory] | ||
body: | ||
- type: dropdown | ||
id: adr-superscedes | ||
validations: | ||
required: true | ||
attributes: | ||
label: Does it superscede an existing ADR? | ||
validations: | ||
required: true | ||
options: | ||
- Yes | ||
- No | ||
- "Yes" | ||
- "No" | ||
- type: markdown | ||
attributes: | ||
value: "# Title" | ||
- type: markdown | ||
- type: dropdown | ||
id: status | ||
attributes: | ||
value: "## Status" | ||
description: What is the status, such as proposed, accepted, rejected, deprecated, superseded, etc.? | ||
label: "Status" | ||
options: | ||
- proposed | ||
- accepted | ||
- rejected | ||
- deprecated | ||
- superseded | ||
- type: markdown | ||
attributes: | ||
value: "## Context" | ||
- type: input | ||
id: context | ||
attributes: | ||
label: Context | ||
description: What is the issue that we're seeing that is motivating this decision or change? | ||
placeholder: What is the issue that we're seeing that is motivating this decision or change? | ||
- type: markdown | ||
attributes: | ||
value: "## Decision" | ||
- type: textarea | ||
id: decision | ||
attributes: | ||
label: Decision | ||
description: What is the change that we're proposing and/or doing? | ||
placeholder: What is the change that we're proposing and/or doing? | ||
- type: markdown | ||
attributes: | ||
value: "## Consequences" | ||
- type: textarea | ||
id: consequences | ||
attributes: | ||
label: Consequences | ||
description: What becomes easier or more difficult to do because of this change? | ||
|
||
placeholder: What becomes easier or more difficult to do because of this change? |