Architecture Decision Records (ADRs) describe standards for the Hyperledger Burrow platform, including core protocol specifications, and client APIs.
- Review ADR-1.
- Fork the repository by clicking "Fork" in the top right.
- Add your ADR to your fork of the repository. There is a template ADR here.
- Submit a Pull Request to Burrow's ADRs repository.
If your ADR requires images, the image files should be included in a subdirectory of the assets
folder for that ADR as follow: assets/ADR-X
(for ADR X). When linking to an image in the ADR, use relative links such as ../assets/adr-X/image.png
.