diff options
author | jacobherrington <jacobherringtondeveloper@gmail.com> | 2019-07-03 18:36:31 -0500 |
---|---|---|
committer | jacobherrington <jacobherringtondeveloper@gmail.com> | 2019-07-03 18:45:26 -0500 |
commit | 8a0d1dfc0a94d7ea0d579d8d697f2c3ff9a0a0bf (patch) | |
tree | 6e721de21e4fa2d74a0c0681ddd05cf0cc546760 /guides | |
parent | 182d4751974cc95fb0145ea24299fd0ab98fd049 (diff) | |
download | rails-8a0d1dfc0a94d7ea0d579d8d697f2c3ff9a0a0bf.tar.gz rails-8a0d1dfc0a94d7ea0d579d8d697f2c3ff9a0a0bf.tar.bz2 rails-8a0d1dfc0a94d7ea0d579d8d697f2c3ff9a0a0bf.zip |
Update docs regarding skipping CI tests [ci skip]
The phrasing of this struck we as odd, "To help our CI servers..." So I
feel it would be more useful if we explain more explicitly that ci skip
cuts down on usage by not running CI.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.md | 2 |
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 d3706a4dbf..f8649131a6 100644 --- a/guides/source/contributing_to_ruby_on_rails.md +++ b/guides/source/contributing_to_ruby_on_rails.md @@ -139,7 +139,7 @@ changes to the master branch. When working with documentation, please take into account the [API Documentation Guidelines](api_documentation_guidelines.html) and the [Ruby on Rails Guides Guidelines](ruby_on_rails_guides_guidelines.html). -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. +NOTE: For documentation changes, your commit message should include [ci skip]. This will skip the running the test suite, helping us to cut down on our server costs. Keep in mind that you should only skip CI when your change touches documentation exclusively. Translating Rails Guides ------------------------ |