As recorded in DR000-use-github-and-the-adr-process.md we are using the ADR process to record significant decisions for GOV.UK Forms in addition to architectural ones.
Proposing and reviewing decisions requires an understanding of the GitHub and pull requests.
- Add a new file with the naming convention
DRXXX-short-decision-description.md
whereXXX
is the highest existing DR number + 1 - Use the decision record Markdown template for the structure, "Raw" allows you to view the Markdown
- Set the Status to "Proposed"
- Set the branch name to match the new filename
- Propose the new file and start the pull request process
- Find the decision record in the list of pull requests
- Add a comment and / or approve the pull request
- Set the Status to either
- "Approved" (and where appropriate set the status of any superceded decision to "Superseded by DRXXX"), or
- "Rejected"
- Merge the pull request