Commit 6adbfda2f832b7e0e5a16718d625a3be3f137819

Authored by Jeroen van Baarsen
1 parent 4b2c50d5

Better naming things

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
CONTRIBUTING.md
... ... @@ -77,12 +77,12 @@ Please keep the change in a single MR **as small as possible**. If you want to c
77 77  
78 78 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). Please ensure that your merge request meets the following contribution acceptance criteria.
79 79  
80   -**Please format your merge request as follow:**
  80 +**Please format your merge request description as follows:**
81 81  
82 82 1. What does this MR do?
83 83 2. Are there points in the code the reviewer needs to double check?
84 84 3. Why was this MR needed?
85   -4. What are the relevant issue numbers / [Feedback items](http://feedback.gitlab.com/)?
  85 +4. What are the relevant issue numbers / [Feature requests](http://feedback.gitlab.com/)?
86 86 5. Screenshots (If appropiate)
87 87  
88 88 ## Contribution acceptance criteria
... ...