- A template to create new ADRs is available here.
- Submit a pull request to add a new ADR to this repository.
- Use the
adr
folder as the base path for the ADR. - Label the ADR
- Use the
ADR
andADR/under-discussion
label for the pull request. - If the ADR is for a purely internal change1, use the
ADR/internal
label.
- Use the
- Name your ADR file using the following convention:
ADR-NNNN-title.md
, whereNNNN
is the next sequential number andtitle
is a short, lower-case, dash-separated description of the ADR. - Place any external documents referenced by the ADR in the
adr/assets
folder.
- Use the
List of ADRs currently in discussion.
Footnotes
-
An internal change is one that does not affect the external API of the TrustyAI service or the deployment architecture. ↩