Troy McConaghy 3566c97873 Problem: Docs re contributing needed editing & reorg
Solution: Edit & reorg them
2018-03-27 10:18:51 +02:00

844 B

Write a BigchaindB Enhancement Proposal (BEP)

  • Review 1/C4, the process we use to accept any new code or PR of any kind, including one that adds a BEP to bigchaindb/BEPs.
  • Review 2/COSS. Maybe print it for reference. It outlines what can go in a BEP.
  • Don't spend weeks on your BEP. Version 1 should take up to a few hours to write. You can add to it in the future. The process is iterative. If you need more than a few hours, then consider writing multiple BEPs.
  • Do not start writing code before you think about it. You should always write a BEP first. Once you do that, you can start implementing it. To do that, make a pull request and say it implements your BEP.
  • Do not write your BEP as an issue (i.e. a GitHub issue).