diff options
author | Jeremy Walker <jez.walker@gmail.com> | 2013-06-06 15:38:06 +0200 |
---|---|---|
committer | Jeremy Walker <jeremy@meducation.net> | 2013-06-06 17:57:13 +0100 |
commit | 19f9416c38b6e423fa2cc94a2446d790d162b96d (patch) | |
tree | fd899a9fa0edaa0708dd6a3926fd19ea67d92f1e | |
parent | 9c89b29138b02e257ab3c058744eb7f9970c759d (diff) | |
download | rails-19f9416c38b6e423fa2cc94a2446d790d162b96d.tar.gz rails-19f9416c38b6e423fa2cc94a2446d790d162b96d.tar.bz2 rails-19f9416c38b6e423fa2cc94a2446d790d162b96d.zip |
Add info about contributing to docs to CONTRIBUTING.md
Encourage more people to contribute to Rails docs by mentioning it in the contribution guide.
-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). |