Update ADR details

This changeset updates our ADR documentation to include notes on draft and private ADRs that need to live outside of GitHub.  It updates the README with this information and also introduces an "implemented" flag in addition to the ADR status itself.  This is reflected in the ADR templates.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-06-13 16:15:52 -04:00
parent 4129400fd2
commit 6c6026acf7
4 changed files with 41 additions and 9 deletions

View File

@@ -36,6 +36,16 @@ body:
- Superseded By
validations:
required: true
- type: dropdown
id: implemented
attributes:
label: Implemented
description: Is this ADR implemented?
options:
- Yes
- No
validations:
required: true
- type: input
id: superseded_by
attributes: