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.

39 lines
1.8 KiB

  1. Contributing
  2. ============
  3. Thank you for considering contributing to Mastodon 🐘
  4. You can contribute in the following ways:
  5. - Finding and reporting bugs
  6. - Translating the Mastodon interface into various languages
  7. - Contributing code to Mastodon by fixing bugs or implementing features
  8. - Improving the documentation
  9. If your contributions are accepted into Mastodon, you can request to be paid through [our OpenCollective](https://opencollective.com/mastodon).
  10. ## Bug reports
  11. Bug reports and feature suggestions can be submitted to [GitHub Issues](https://github.com/tootsuite/mastodon/issues). Please make sure that you are not submitting duplicates, and that a similar report or request has not already been resolved or rejected in the past using the search function. Please also use descriptive, concise titles.
  12. ## Translations
  13. You can submit translations via [Crowdin](https://crowdin.com/project/mastodon). They are periodically merged into the codebase.
  14. [![Crowdin](https://d322cqt584bo4o.cloudfront.net/mastodon/localized.svg)][crowdin]
  15. ## Pull requests
  16. Please use clean, concise titles for your pull requests. We use commit squashing, so the final commit in the master branch will carry the title of the pull request.
  17. The smaller the set of changes in the pull request is, the quicker it can be reviewed and merged. Splitting tasks into multiple smaller pull requests is often preferable.
  18. **Pull requests that do not pass automated checks may not be reviewed**. In particular, you need to keep in mind:
  19. - Unit and integration tests (rspec, jest)
  20. - Code style rules (rubocop, eslint)
  21. - Normalization of locale files (i18n-tasks)
  22. ## Documentation
  23. The [Mastodon documentation](https://docs.joinmastodon.org) is a statically generated site. You can [submit merge requests to mastodon/docs](https://source.joinmastodon.org/mastodon/docs).