Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 4.64 KB

CONTRIBUTING.md

File metadata and controls

62 lines (38 loc) · 4.64 KB

Build Status Code Triage Badge Version License

How to contribute to Ruby on Rails

Did you find a bug?

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

  • Before submitting, please read the Contributing to Ruby on Rails guide to know more about coding conventions and benchmarks.

Did you fix whitespace, format code, or make a purely cosmetic patch?

Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of Rails will generally not be accepted (read more about our rationales behind this decision).

Do you intend to add a new feature or change an existing one?

  • Suggest your change in the rubyonrails-core mailing list and start writing code.

  • Do not open an issue on GitHub until you have collected positive feedback about the change. GitHub issues are primarily intended for bug reports and fixes.

  • We generally reject changes to Active Support core extensions. Those change should be proposed in the Ruby issue tracker instead, as we don't want to conflict with future versions of Ruby.

Do you have questions about the source code?

Do you want to contribute to the Rails documentation?

Ruby on Rails is a volunteer effort. We encourage you to pitch in and join the team!

Thanks! ❤️ ❤️ ❤️

Rails Team