Commit 41adbc0b944501501f7334691cd9d10b21a7fe27

Authored by dosire
1 parent faafde2d

We do not like configuration options.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
CONTRIBUTING.md
... ... @@ -84,7 +84,7 @@ We will accept a merge requests if it:
84 84 * Fixes one specific issue or implements one specific feature (do not combine things, send separate merge requests if needed)
85 85 * Keeps the GitLab code base clean and well structured
86 86 * Contains functionality we think other users will benefit from too
87   -* Doesn't add avoidable configuration options since these complicate future changes
  87 +* Doesn't add configuration options since these complicate future changes
88 88 * Contains a single commit (please use `git rebase -i` to squash commits)
89 89  
90 90 For examples of feedback on merge requests please look at already [closed merge requests](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests?assignee_id=&label_name=&milestone_id=&scope=&sort=&state=closed).
... ...