summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-05-27 15:59:17 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-05-27 15:59:17 +0000
commit78dd828f7223f1e1485dbe9d34dbf037593bfa80 (patch)
treee14bf90208d30c1baa1252e101d5dea18e79c43e
parent14e73771df55db4ce227c970cc4a3b0e7eacaa93 (diff)
parent7796ee78fc431bad65ad91e5f67446773e7d10ff (diff)
downloadgitlab-ce-78dd828f7223f1e1485dbe9d34dbf037593bfa80.tar.gz
Merge branch 'winh-community-review-time-docs' into 'master'
Apply review turnaround time to community contributions See merge request gitlab-org/gitlab-ce!28233
-rw-r--r--doc/development/contributing/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/contributing/index.md b/doc/development/contributing/index.md
index 8b1d014e101..59cf5014da4 100644
--- a/doc/development/contributing/index.md
+++ b/doc/development/contributing/index.md
@@ -87,7 +87,7 @@ Sometimes style guides will be followed but the code will lack structural integr
GitLab will do its best to review community contributions as quickly as possible. Specially appointed developers review community contributions daily. You may take a look at the [team page](https://about.gitlab.com/team/) for the merge request coach who specializes in the type of code you have written and mention them in the merge request. For example, if you have written some JavaScript in your code then you should mention the frontend merge request coach. If your code has multiple disciplines you may mention multiple merge request coaches.
-GitLab receives a lot of community contributions, so if your code has not been reviewed within 4 days of its initial submission feel free to re-mention the appropriate merge request coach.
+GitLab receives a lot of community contributions, so if your code has not been reviewed within two days (excluding weekend and public holidays) of its initial submission feel free to re-mention the appropriate merge request coach.
When submitting code to GitLab, you may feel that your contribution requires the aid of an external library. If your code includes an external library please provide a link to the library, as well as reasons for including it.