diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-08-13 06:09:16 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-08-13 06:09:16 +0000 |
commit | f8094564def5b2c42d0304c299d139f9b6a4d1f5 (patch) | |
tree | 6638fa3d0ef3dfc712798b1772a3ae65034a1186 /doc/development/code_review.md | |
parent | 0faed4500e806f0f27cb33349bf5ecaee4cca98d (diff) | |
download | gitlab-ce-f8094564def5b2c42d0304c299d139f9b6a4d1f5.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/code_review.md')
-rw-r--r-- | doc/development/code_review.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/development/code_review.md b/doc/development/code_review.md index 387a1601005..2536eb4899e 100644 --- a/doc/development/code_review.md +++ b/doc/development/code_review.md @@ -113,6 +113,12 @@ The [Roulette dashboard](https://gitlab-org.gitlab.io/gitlab-roulette) contains: For more information, review [the roulette README](https://gitlab.com/gitlab-org/gitlab-roulette). +As an experiment, we want to introduce a `local` reviewer status for database reviews. Local reviewers are reviewers +focusing on work from a team/stage, but not outside of it. This helps to focus and build great domain +knowledge. We are not introducing changes to the reviewer roulette till we evaluate the impact and feedback from this +experiment. We ask to respect reviewers who decline reviews based on their focus on `local` reviews. For tracking purposes, +please use in your personal YAML file entry: `- reviewer database local` instead of `- reviewer database`. + ### Approval guidelines As described in the section on the responsibility of the maintainer below, you |