aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2012-09-17 11:29:35 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2012-09-17 11:29:35 -0700
commita95ddf647580a8cb9347e557b4468c55d81fd026 (patch)
tree8443c839bd7cc158ab1e96f20c46f0dfd12e0ce2 /CONTRIBUTING.md
parent84a1e408d7cc1ed6bb76a32cc043e2303866d28a (diff)
downloadrails-a95ddf647580a8cb9347e557b4468c55d81fd026.tar.gz
rails-a95ddf647580a8cb9347e557b4468c55d81fd026.tar.bz2
rails-a95ddf647580a8cb9347e557b4468c55d81fd026.zip
Roll contrib guide link into feature request guidance
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3af0e92ad0..3e76082680 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,5 +1,7 @@
Ruby on Rails is a volunteer effort. We encourage you to pitch in. [Join the team](http://contributors.rubyonrails.org)!
-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 Ruby on Rails, please [email rubyonrails-talk](https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-talk).
+Please note that *we only accept bug reports here*. No feature requests or questions about Rails.
-If you're submitting a pull request, check out the [Contributing to Ruby on Rails guide](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html) for some helpful notes.
+If you have a question about how to use Ruby on Rails, [ask the Rails mailing list](https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-talk).
+
+If you have a change or new feature in mind, [suggest it on the Rails-core mailing list](https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core) and start writing code. Check out the [Contributing to Ruby on Rails guide](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html) for a comprehensive introduction.