diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2014-10-15 12:48:37 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2014-10-15 12:48:37 +0200 |
commit | 57b38f6f1c8c6a09ad1d6ac47a28776578703c31 (patch) | |
tree | 80ae77b8e8d3f0738302edbc4a567cd2e3642afc /CONTRIBUTING.md | |
parent | 19b0ba5ecbf63052cc4d9b85364efc22d5e12f11 (diff) | |
download | gitlab-ce-57b38f6f1c8c6a09ad1d6ac47a28776578703c31.tar.gz |
Describe who can trigger builds and where, add no red tests policy to contributing doc.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ed49080d57a..79632240eb9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,6 +92,7 @@ For examples of feedback on merge requests please look at already [closed merge 1. The change is as small as possible (see the above paragraph for details) 1. Include proper tests and make all tests pass (unless it contains a test exposing a bug in existing code) +1. All tests have to pass, if you suspect it is unrelated to your contribution ask for tests to be restarted. See [this document](http://doc.gitlab.com/ce/development/ci_setup.html) on who you can ask for test restart. 1. Initially contains a single commit (please use `git rebase -i` to squash commits) 1. Can merge without problems (if not please merge `master`, never rebase commits pushed to the remote server) 1. Does not break any existing functionality |