diff options
author | Xavier Noria <fxn@hashref.com> | 2013-03-18 07:21:07 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2013-03-18 07:21:07 -0700 |
commit | ad72bcad5395adf7b22bf05f9a8114672b5fbf78 (patch) | |
tree | f0a91c8b406d6ff64025539fbbb02ec4ee78ebe2 /CONTRIBUTING.md | |
parent | c4a7c31581c8386198317a2385f9c7d462c18497 (diff) | |
parent | 09fced4ec5db585167143efef746f616c6422fed (diff) | |
download | rails-ad72bcad5395adf7b22bf05f9a8114672b5fbf78.tar.gz rails-ad72bcad5395adf7b22bf05f9a8114672b5fbf78.tar.bz2 rails-ad72bcad5395adf7b22bf05f9a8114672b5fbf78.zip |
Merge pull request #9773 from senny/how_to_report_an_issue
refer to the contributing guide on how to create issues.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index adc5eb6914..6d3cf072c1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,12 +1,14 @@ Ruby on Rails is a volunteer effort. We encourage you to pitch in. [Join the team](http://contributors.rubyonrails.org)! -Please read the [Contributing to Ruby on Rails](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html) guide before submitting any code. +* If you want to submit a bug report please make sure to follow our [reporting guidelines](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#reporting-an-issue). + +* If you want to submit a patch, please read the [Contributing to Ruby on Rails](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html) guide. *We only accept bug reports and pull requests in GitHub*. -If you have a question about how to use Ruby on Rails, please [ask the rubyonrails-talk mailing list](https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-talk). +* If you have a question about how to use Ruby on Rails, please [ask the rubyonrails-talk mailing list](https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-talk). -If you have a change or new feature in mind, please [suggest it on the rubyonrails-core mailing list](https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core) and start writing code. +* If you have a change or new feature in mind, please [suggest it on the rubyonrails-core mailing list](https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core) and start writing code. Thanks! :heart: :heart: :heart: <br /> Rails Team |