Commit 4b2c50d53f32fcd09674dc8ba0aa9719ece73d56

Authored by Jeroen van Baarsen
1 parent 6bb474a0

Added some extra information how a good MR looks like

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
CONTRIBUTING.md
@@ -77,6 +77,14 @@ Please keep the change in a single MR **as small as possible**. If you want to c @@ -77,6 +77,14 @@ Please keep the change in a single MR **as small as possible**. If you want to c
77 77
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. 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:**
  81 +
  82 +1. What does this MR do?
  83 +2. Are there points in the code the reviewer needs to double check?
  84 +3. Why was this MR needed?
  85 +4. What are the relevant issue numbers / [Feedback items](http://feedback.gitlab.com/)?
  86 +5. Screenshots (If appropiate)
  87 +
80 ## Contribution acceptance criteria 88 ## Contribution acceptance criteria
81 89
82 1. The change is as small as possible (see the above paragraph for details) 90 1. The change is as small as possible (see the above paragraph for details)