diff options
author | Xavier Noria <fxn@hashref.com> | 2012-09-17 11:11:33 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2012-09-17 11:11:33 -0700 |
commit | d0d9e5420eedd60af7f006b7f3aea30ab326dd4f (patch) | |
tree | 02761350f74e81532995853832fdc5abe996b799 | |
parent | 40eec14cea8e402aa6e1f199033025a847202532 (diff) | |
parent | 56071b37d078f524c62e09d232cc656f68588785 (diff) | |
download | rails-d0d9e5420eedd60af7f006b7f3aea30ab326dd4f.tar.gz rails-d0d9e5420eedd60af7f006b7f3aea30ab326dd4f.tar.bz2 rails-d0d9e5420eedd60af7f006b7f3aea30ab326dd4f.zip |
Merge pull request #7671 from steveklabnik/master
Improve CONTRIBUTING
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 87965681a7..abb63cf6b7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.
\ No newline at end of file |