Merge pull request #7671 from steveklabnik/master

Improve CONTRIBUTING
This commit is contained in:
Xavier Noria 2012-09-17 11:11:33 -07:00
commit d0d9e5420e
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
Ruby on Rails is a volunteer effort. We encourage you to pitch in. [Join the team](http://contributors.rubyonrails.org)!
Please check out the [Contributing to Rails guide](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html) to get started.
If you're reporting an Issue, please note that we only accept bug reports for Issues. If you have a feature request, please [email rails-core](https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core) instead. If you have a question about how to use Rails, please [email rubyonrails-talk](https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-talk).
If you're submitting a Pull Request, check out the ['Contributing to Rails' guide](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html) for some helpful notes.