Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 705 Bytes

PROPOSALS.md

File metadata and controls

11 lines (8 loc) · 705 Bytes

ADRs

Architecture Decision Records (ADRs) describe standards for the Hyperledger Burrow platform, including core protocol specifications, and client APIs.

Contributing

  1. Review ADR-1.
  2. Fork the repository by clicking "Fork" in the top right.
  3. Add your ADR to your fork of the repository. There is a template ADR here.
  4. 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.