aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.md
diff options
context:
space:
mode:
authormaclover7 <me@jonathanmoss.me>2015-08-18 18:25:15 -0400
committermaclover7 <me@jonathanmoss.me>2015-08-18 19:53:31 -0400
commit8e35ab8610714953770520d7fee6720d4d9eff11 (patch)
tree4702861a5684e65d802e21238b241f376fcceeb1 /guides/source/contributing_to_ruby_on_rails.md
parenta31686021b127f2586588a7569f08f17296e66d3 (diff)
downloadrails-8e35ab8610714953770520d7fee6720d4d9eff11.tar.gz
rails-8e35ab8610714953770520d7fee6720d4d9eff11.tar.bz2
rails-8e35ab8610714953770520d7fee6720d4d9eff11.zip
Add code of conduct to README.md and to contributing guide [ci skip]
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.md')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md
index 3b944f1274..ba82713266 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -15,6 +15,9 @@ After reading this guide, you will know:
Ruby on Rails is not "someone else's framework." Over the years, hundreds of people have contributed to Ruby on Rails ranging from a single character to massive architectural changes or significant documentation - all with the goal of making Ruby on Rails better for everyone. Even if you don't feel up to writing code or documentation yet, there are a variety of other ways that you can contribute, from reporting issues to testing patches.
+As mentioned in [Rails
+README](https://github.com/rails/rails/blob/master/README.md), everyone interacting in Rails and its sub-project’s codebases, issue trackers, chat rooms, and mailing lists is expected to follow the Rails [code of conduct](https://github.com/rails/rails/blob/master/CODE_OF_CONDUCT.md).
+
--------------------------------------------------------------------------------
Reporting an Issue