Skip to content

Commit

Permalink
Update adr_template.yml (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
codecakes authored Aug 4, 2024
1 parent 0c0f7e7 commit 7dcef75
Showing 1 changed file with 29 additions and 10 deletions.
39 changes: 29 additions & 10 deletions .github/ISSUE_TEMPLATE/adr_template.yml
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?

0 comments on commit 7dcef75

Please sign in to comment.