aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-06-07 02:03:23 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-06-07 02:03:48 +0530
commit1f272538bde9549a89d75a0abaa50f156f95252e (patch)
treeed12c7abd7b2058dc3fb7ad1e2a2c36dae441cff /railties
parent5e21247131fa7d5484190c9a71b74f9d3f090684 (diff)
downloadrails-1f272538bde9549a89d75a0abaa50f156f95252e.tar.gz
rails-1f272538bde9549a89d75a0abaa50f156f95252e.tar.bz2
rails-1f272538bde9549a89d75a0abaa50f156f95252e.zip
add info about docrails policy on changelogs
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/contributing_to_ruby_on_rails.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile
index 45a0254cbe..2ce8ddc702 100644
--- a/railties/guides/source/contributing_to_ruby_on_rails.textile
+++ b/railties/guides/source/contributing_to_ruby_on_rails.textile
@@ -264,7 +264,7 @@ When working with documentation, please take into account the "API Documentation
NOTE: As explained above, ordinary code patches should have proper documentation coverage. docrails is only used for isolated documentation improvements.
-WARNING: docrails has a very strict policy: no code can be touched whatsoever, no matter how trivial or small the change. Only RDoc and guides can be edited via docrails.
+WARNING: docrails has a very strict policy: no code can be touched whatsoever, no matter how trivial or small the change. Only RDoc and guides can be edited via docrails. Also, CHANGELOGs should never be edited in docrails.
If you have an idea for a new guide you can refer to the "contribution page":contribute.html for instructions on getting involved.