github.com/Tri-stone/burrow@v0.25.0/docs/PROPOSALS.md (about)

     1  # ADRs
     2  Architecture Decision Records (ADRs) describe standards for the Hyperledger Burrow platform, including core protocol specifications, and client APIs.
     3  
     4  # Contributing
     5  
     6   1. Review [ADR-1](ADRs/adr-1.md).
     7   2. Fork the repository by clicking "Fork" in the top right.
     8   3. Add your ADR to your fork of the repository. There is a [template ADR here](ADRs/adr-X_template.md).
     9   4. Submit a Pull Request to Burrow's [ADRs repository](./ADRs/).
    10  
    11  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`.