Skip to content

Commit

Permalink
Merge pull request gitlabhq#7674 from axilleas/skip_ci
Browse files Browse the repository at this point in the history
Mention [skip ci] in CONTRIBUTING.md.
  • Loading branch information
dosire committed Sep 2, 2014
2 parents 20c2e90 + 966d4d8 commit 00ccaed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ If you can, please submit a merge request with the fix or improvements including
1. Create a feature branch
1. Write [tests](README.md#run-the-tests) and code
1. Add your changes to the [CHANGELOG](CHANGELOG)
1. If you are changing the README, some documentation or other things which have no effect on the tests, add `[ci skip]` somewhere in the commit message
1. If you have multiple commits please combine them into one commit by [squashing them](http://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
1. Push the commit to your fork
1. Submit a merge request (MR) to the master branch
Expand Down

0 comments on commit 00ccaed

Please sign in to comment.