Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Latest commit

History

History
35 lines (25 loc) 路 1.44 KB

CONTRIBUTING.md

File metadata and controls

35 lines (25 loc) 路 1.44 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. MUST provide proof! (either in blog post, whitepaper, public announcement, codebase, etc)
  6. Insert social links (optional)
  7. Add relevant tags (cosmos sdk, tendermint core, tendermint bft, ethermint)
  8. Finally, update posts-manifest.js and double check
  9. Create a pull request with staging 馃殌
  10. 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.