aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBaron-burton <brandon_burton159@hotmail.com>2016-01-06 23:34:41 +0000
committerBaron-burton <brandon_burton159@hotmail.com>2016-01-06 23:34:41 +0000
commit1393bc9b9b3845b450ad1b48c3c6efaaa2ca3e32 (patch)
treea300da575b1474b09290f40b22a649b91b15fa8f /CONTRIBUTING.md
parente10cb1e8816a0f132536d34e46bc30ccb8cbe43f (diff)
downloadrails-1393bc9b9b3845b450ad1b48c3c6efaaa2ca3e32.tar.gz
rails-1393bc9b9b3845b450ad1b48c3c6efaaa2ca3e32.tar.bz2
rails-1393bc9b9b3845b450ad1b48c3c6efaaa2ca3e32.zip
Typo in Contributing.md documentation
Just fixed a small typo in the documentation.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
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)