diff --git a/README.md b/README.md index 92346ce3a..df8895219 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ If you're applying fullsend to your own organization, consider adding your speci | A question, bug, or small suggestion | **File an issue** — lowest friction, can graduate later. | | A new problem area no existing doc covers | **Create a problem doc** in `docs/problems/` and link it here. | | More to say about an existing problem area | **Expand the existing problem doc.** | -| A specific decision that needs a yes-or-no answer | **Propose an ADR** in `docs/ADRs/` — even with only one option, file it as `Undecided` ([see ADR 0001](docs/ADRs/0001-use-adrs-for-decision-making.md)). | +| A specific decision that needs a yes-or-no answer | **Propose an ADR** in `docs/ADRs/` via a pull request ([see ADR 0001](docs/ADRs/0001-use-adrs-for-decision-making.md)). | When in doubt, start with an issue. diff --git a/docs/ADRs/0000-adr-template.md b/docs/ADRs/0000-adr-template.md index 00b9d63f5..5300853ed 100644 --- a/docs/ADRs/0000-adr-template.md +++ b/docs/ADRs/0000-adr-template.md @@ -1,6 +1,6 @@ --- title: "NUMBER. TITLE" -status: Proposed # Valid values: Proposed, Undecided, Accepted, Deprecated, Superseded +status: Accepted # Valid values: Accepted, Deprecated, Superseded relates_to: - problem-doc-name # filename without .md from docs/problems/ topics: @@ -13,7 +13,7 @@ Date: YYYY-MM-DD ## Status -{Proposed | Undecided | Accepted | Deprecated | Superseded} +{Accepted | Deprecated | Superseded}