summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2016-03-04 18:23:55 -0800
committerSytse Sijbrandij <sytse@gitlab.com>2016-03-04 18:23:55 -0800
commitefe7a6b04c5706a887db0edc02be7ac6650cb979 (patch)
tree8831b445bf2028672247bbd5cd50b773da4f1407
parent0c7626f3a5c5970a68cb6cba64b46e7d8b81687f (diff)
downloadgitlab-ce-efe7a6b04c5706a887db0edc02be7ac6650cb979.tar.gz
No options please.
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 714701e7345..30c97429040 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -363,7 +363,8 @@ description area. Copy-paste it to retain the markdown format.
to a new table or remove an old table) to aid retrying on failure
1. Keeps the GitLab code base clean and well structured
1. Contains functionality we think other users will benefit from too
-1. Doesn't add configuration options since they complicate future changes
+1. Doesn't add configuration options or settings options since they complicate
+ making and testing future changes
1. Changes after submitting the merge request should be in separate commits
(no squashing). If necessary, you will be asked to squash when the review is
over, before merging.