diff options
author | Xavier Noria <fxn@hashref.com> | 2013-06-06 10:00:23 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2013-06-06 10:00:23 -0700 |
commit | de3bd35806192ae6fa2e66e24ee1b5d462e30812 (patch) | |
tree | fd899a9fa0edaa0708dd6a3926fd19ea67d92f1e /CONTRIBUTING.md | |
parent | 9c89b29138b02e257ab3c058744eb7f9970c759d (diff) | |
parent | 19f9416c38b6e423fa2cc94a2446d790d162b96d (diff) | |
download | rails-de3bd35806192ae6fa2e66e24ee1b5d462e30812.tar.gz rails-de3bd35806192ae6fa2e66e24ee1b5d462e30812.tar.bz2 rails-de3bd35806192ae6fa2e66e24ee1b5d462e30812.zip |
Merge pull request #10867 from iHiD/patch-1
Add info about contributing to docs to CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6d3cf072c1..19b7b638b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,8 @@ Ruby on Rails is a volunteer effort. We encourage you to pitch in. [Join the tea * If you want to submit a patch, please read the [Contributing to Ruby on Rails](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html) guide. +* If you want to contribute to Rails documentation, please read the [Contributing to the Rails Documentation](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#contributing-to-the-rails-documentation) section of the aforementioned guide. + *We only accept bug reports and pull requests in GitHub*. * If you have a question about how to use Ruby on Rails, please [ask the rubyonrails-talk mailing list](https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-talk). |