Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 563 Bytes

File metadata and controls

24 lines (16 loc) · 563 Bytes

ADR Pull Request

Description

Brief description of the architectural decision.

Checklist

Before merging, ensure the following are complete:

  • ADR document follows the template
  • ADR is added to mkdocs.yml navigation:
    nav:
      - Architecture Decisions:
          - decisions/XXXX-your-adr-name.md  # Add here
  • ADR is added to the "Recent Decisions" table in docs/index.md
  • ADR has been reviewed by at least one board member

Related Issues

Closes #