aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.md
diff options
context:
space:
mode:
authorTu Hoang <rebyn@me.com>2014-10-21 14:24:10 +0700
committerTu Hoang <rebyn@me.com>2014-10-21 14:24:10 +0700
commit8aa51b5def26aaedd8b91c2adb686f6fb6cf78a4 (patch)
treefa0a6e6445cdec92fc402a8f050306b8a3e0e2e8 /guides/source/contributing_to_ruby_on_rails.md
parent74a527cc63ef56f3d0a42cf638299958dc7cb08c (diff)
downloadrails-8aa51b5def26aaedd8b91c2adb686f6fb6cf78a4.tar.gz
rails-8aa51b5def26aaedd8b91c2adb686f6fb6cf78a4.tar.bz2
rails-8aa51b5def26aaedd8b91c2adb686f6fb6cf78a4.zip
[ci skip] Provide more reasoning to not accept cosmetic changes
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.md')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md
index 302c4ca9c0..7b2eaed900 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -193,7 +193,7 @@ Now get busy and add/edit code. You're on your branch now, so you can write what
* Update the (surrounding) documentation, examples elsewhere, and the guides: whatever is affected by your contribution.
-TIP: Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of Rails will generally not be accepted.
+TIP: Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of Rails will generally not be accepted (read more about [our rationales behind this decision](https://github.com/rails/rails/pull/13771#issuecomment-32746700).
#### Follow the Coding Conventions