freddydunningkruger / SIPs-1

Sarcophagus Improvement Proposals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIPs

Sarcophagus Improvement Proposals

Language and structure inspired (borrowed) from Synthietix SIP system

SIPs are used for improvements to the sarcophagus project. They can be used for anything from simple front end improvements to core protocol changes. Many changes will require a DAO vote to complete, but the SIP process here on Github is where the discussion will take place as well as where all of the code will be published.

SIPs will also be used for bounties and grants via the gitcoin platform. All Gitcoin bounties will first start as issues.

Contributing

  1. Read this entire README
  2. Fork the repository by clicking "Fork" in the top right.
  3. Add your SIP to your fork of the repository. There is a template SIP here: https://github.com/sarcophagus-org/SIPs/blob/main/sip_x.md
  4. Submit a Pull Request to Sarcophagus's SIPs repository here: https://github.com/sarcophagus-org/SIPs

SIP Statuses

  • Draft - The initial state of a new SIP before the Builders have assessed it.
  • Feasibility - a SIP that is being assessed for feasibility with an assigned Builder.
  • Review_Pending - a SIP that is awaiting a review after the Author and Builder are satisfied with feasibility.
  • Vote_Pending - a SIP that is awaiting a vote by the DAO.
  • Approved - a SIP that has successfully Approved by the DAO.
  • Rejected - a SIP that has been rejected by the DAO.
  • Implemented - a SIP that has been released to main-net.

About

Sarcophagus Improvement Proposals

License:The Unlicense