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