diff options
author | Steve Klabnik <steve@steveklabnik.com> | 2012-09-17 20:15:09 +0300 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2012-09-17 20:23:15 +0300 |
commit | 56071b37d078f524c62e09d232cc656f68588785 (patch) | |
tree | 02761350f74e81532995853832fdc5abe996b799 | |
parent | 40eec14cea8e402aa6e1f199033025a847202532 (diff) | |
download | rails-56071b37d078f524c62e09d232cc656f68588785.tar.gz rails-56071b37d078f524c62e09d232cc656f68588785.tar.bz2 rails-56071b37d078f524c62e09d232cc656f68588785.zip |
Improve CONTRIBUTING.md
Noting that we don't take feature requests or 'help me' stuff on the Issues tracker should cut down a ton on bad Issues.
-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 |