aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Sarnacki <drogus@gmail.com>2012-01-12 21:16:15 +0100
committerPiotr Sarnacki <drogus@gmail.com>2012-01-12 21:19:35 +0100
commita6dce45f423a2aa76c4c639f2a56a8bfaacc9cdd (patch)
tree8bce691e13af4ff3b954e48371905a30fef16120
parente4c7ebef87408845c23f5130b0bc39a584156dfb (diff)
downloadrails-a6dce45f423a2aa76c4c639f2a56a8bfaacc9cdd.tar.gz
rails-a6dce45f423a2aa76c4c639f2a56a8bfaacc9cdd.tar.bz2
rails-a6dce45f423a2aa76c4c639f2a56a8bfaacc9cdd.zip
Added note about [ci skip] tag to contributing guide
-rw-r--r--railties/guides/source/contributing_to_ruby_on_rails.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile
index 92cb0774de..1d4360d5dd 100644
--- a/railties/guides/source/contributing_to_ruby_on_rails.textile
+++ b/railties/guides/source/contributing_to_ruby_on_rails.textile
@@ -271,6 +271,8 @@ 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] tag 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.
h3. Contributing to the Rails Code