Commit 51ed906d9d1f4a110d7a08eb8d29920bc0208393

Authored by Dmitriy Zaporozhets
2 parents faafde2d 41adbc0b

Merge branch 'we-hate-options' into 'master'

We Hate 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).
... ...