diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-08-19 17:21:00 +0200 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-08-22 14:32:25 +0200 |
commit | e4e03d946e1c830973db776a570fc89f66917ff3 (patch) | |
tree | 62a52d381b45eb3be70ad580f43d371c5107205f /CONTRIBUTING.md | |
parent | e5840a4d9b6d696f26cd1956c5aace2507f3abf0 (diff) | |
download | gitlab-ce-e4e03d946e1c830973db776a570fc89f66917ff3.tar.gz |
Added performance guidelines for new MRsmr-performance-guides
These guidelines cover the performance requirement for newly submitted
merge requests. These guidelines are put in to place to prevent merge
requests from negatively impacting GitLab performance as much as
possible.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fbc8e15bebf..4f10f90a82d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -340,6 +340,8 @@ request is as follows: migrations on a fresh database before the MR is reviewed. If the review leads to large changes in the MR, do this again once the review is complete. 1. For more complex migrations, write tests. +1. Merge requests **must** adhere to the [merge request performance + guidelines](doc/development/merge_request_performance_guidelines.md). The **official merge window** is in the beginning of the month from the 1st to the 7th day of the month. This is the best time to submit an MR and get |