diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2016-01-06 21:39:44 -0200 |
---|---|---|
committer | Rafael França <rafaelmfranca@gmail.com> | 2016-01-06 21:39:44 -0200 |
commit | 3cae35bd6c46c7fb4b2daf09d1a8713feb74a0e3 (patch) | |
tree | a300da575b1474b09290f40b22a649b91b15fa8f /CONTRIBUTING.md | |
parent | e10cb1e8816a0f132536d34e46bc30ccb8cbe43f (diff) | |
parent | 1393bc9b9b3845b450ad1b48c3c6efaaa2ca3e32 (diff) | |
download | rails-3cae35bd6c46c7fb4b2daf09d1a8713feb74a0e3.tar.gz rails-3cae35bd6c46c7fb4b2daf09d1a8713feb74a0e3.tar.bz2 rails-3cae35bd6c46c7fb4b2daf09d1a8713feb74a0e3.zip |
Merge pull request #22952 from Baron-burton/contributing_documentation
Typo in Contributing.md documentation
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6871664a22..961b48733c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ * **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/rails/rails/issues). -* If unable to find an open issue addressing the problem, [open a new one](https://github.com/rails/rails/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring. +* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/rails/rails/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring. * If possible, use the relevant bug report templates to create the issue. Simply copy the content of the appropriate template into a .rb file, make the necessary changes to demonstrate the issue, and **paste the content into the issue description**: * [**Active Record** (models, database) issues](https://github.com/rails/rails/blob/master/guides/bug_report_templates/active_record_master.rb) |