aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2013-09-03 01:02:45 +0530
committerVipul A M <vipulnsward@gmail.com>2013-09-03 01:02:45 +0530
commit9da59af114e091db09e0983cacc156ade02e3508 (patch)
treef88b37b6e42009971c01c6df64b3ad3c11491b6c /guides
parent88de7b50545a205947002c20f74c5a3046c53385 (diff)
downloadrails-9da59af114e091db09e0983cacc156ade02e3508.tar.gz
rails-9da59af114e091db09e0983cacc156ade02e3508.tar.bz2
rails-9da59af114e091db09e0983cacc156ade02e3508.zip
Be assertive about adding `[ci skip]` message
Diffstat (limited to 'guides')
-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 fc6b2f992a..b2b08c82c6 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -219,7 +219,7 @@ When working with documentation, please take into account the [API Documentation
NOTE: As explained earlier, ordinary code patches should have proper documentation coverage. Docrails is only used for isolated documentation improvements.
-NOTE: To help our CI servers you can add [ci skip] to your documentation commit message to skip build on that commit. Please remember to use it for commits containing only documentation changes.
+NOTE: To help our CI servers you should add [ci skip] to your documentation commit message to skip build on that commit. Please remember to use it for commits containing only documentation changes.
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.