aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-09-18 16:43:59 +0200
committerXavier Noria <fxn@hashref.com>2012-09-18 16:43:59 +0200
commitbfcbaa55478577dafe4fa59c046e65e403451d04 (patch)
tree4baec87a2617372c6c9e8b2124b9990879895d49 /CONTRIBUTING.md
parent46e252c515c513e5b22a198c52c8c784763434c9 (diff)
downloadrails-bfcbaa55478577dafe4fa59c046e65e403451d04.tar.gz
rails-bfcbaa55478577dafe4fa59c046e65e403451d04.tar.bz2
rails-bfcbaa55478577dafe4fa59c046e65e403451d04.zip
the contributing guide should be mentioned upfront
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d00dc27204..6d96056680 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,10 +1,12 @@
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 here*. No feature requests or questions about Rails.
+Please check the [Contributing to Ruby on Rails guide](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html) for a comprehensive introduction to contributing to Ruby on Rails.
-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).
+Please note that *we only accept bug reports and pull requests in GitHub*.
-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.
+If you have a question about how to use Ruby on Rails, please [ask the Rails 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 Rails-core mailing list](https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core) and start writing code.
Thanks! :heart: :heart: :heart: <br />
-Rails Team \ No newline at end of file
+Rails Team