Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.5 KB

CONTRIBUTING.md

File metadata and controls

36 lines (26 loc) · 1.5 KB

Contributing

Thanks for being here!

Adding a project

(Contributors)

  1. Fork the repository or edit it from the posts-manifest.js
  2. Follow this format posts-manifest.default.js
  3. Name your-project-logo.png in kebab-case
  4. Copy your project logo with transparent background (.png / .jpg) into /static/logos/
  5. Ensure that verified status must be false by default
  6. MUST provide proof! (either in blog post, whitepaper, public announcement, codebase, etc)
  7. Insert social links (optional)
  8. Add relevant tags (cosmos sdk, tendermint core, tendermint bft, ethermint)
  9. Finally, update posts-manifest.js and double check
  10. Create a pull request with staging 🚀
  11. Merge into staging branch

(Maintainers)

  1. Add labels: project and WIP to the pull request
  2. When it's ready for review, remove WIP and add ready for review labels
  3. Once it's been reviewed by at least 2 maintainers, remove ready for review label
  4. Mergify will automatically merge it when conditions are met

Suggesting a project

Please use Project template when creating an issue. 🤝

Notes

tendermint core*: refers to the implementation, the engine.
tendermint bft: refers to the concept, possibly the spec but not specifically the reference implementation.

[*] Tendermint Core is currently what's ecosystem compatible, meaning Tendermint Core chains can interoperate with other chains within Cosmos Network.