You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
618 B

  1. # Contributing guidelines
  2. **Thanks for considering making contributions to Tendermint!**
  3. Please follow standard github best practices: fork the repo, **branch from the
  4. tip of develop**, make some commits, test your code changes with `make test`,
  5. and submit a pull request to develop.
  6. See the [open issues](https://github.com/tendermint/tendermint/issues) for
  7. things we need help with!
  8. Please make sure to use `gofmt` before every commit - the easiest way to do
  9. this is have your editor run it for you upon saving a file.
  10. You can read the full guide [on our
  11. site](https://tendermint.com/docs/guides/contributing).