Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRay Paik <rpaik@gitlab.com>2018-09-05 07:03:18 +0300
committerRémy Coutable <remy@rymai.me>2018-09-27 12:37:53 +0300
commit8ed08db8dbdd8c8dc1499b55fb051bdb76db0cce (patch)
tree786a753220fbe5c5c18e8b91825fd2e48c29ec76 /doc
parent4ac62282c4d19e70666c78360700de63c1dd2689 (diff)
Document community roles
Diffstat (limited to 'doc')
-rw-r--r--doc/development/contributing/community_roles.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/development/contributing/community_roles.md b/doc/development/contributing/community_roles.md
new file mode 100644
index 00000000000..c508969f7f4
--- /dev/null
+++ b/doc/development/contributing/community_roles.md
@@ -0,0 +1,12 @@
+### Community members & roles
+
+GitLab community members and their privileges/responsibilities.
+
+| Roles | Responsibilities | Requirements |
+|-------|------------------|--------------|
+| Maintainer | Accepts merge requests on several GitLab projects | Added to the [team page](https://about.gitlab.com/team/). An expert on code reviews and knows the product/code base |
+| Reviewer | Performs code reviews on MRs | Added to the [team page](https://about.gitlab.com/team/) |
+| Developer |Has access to GitLab internal infrastructure & issues (e.g. HR-related) | GitLab employee or a Core Team member (with an NDA) |
+| Contributor | Can make contributions to all GitLab public projects | Have a GitLab.com account |
+
+[List of current reviewers/maintainers](https://about.gitlab.com/handbook/engineering/projects/#gitlab-ce) \ No newline at end of file