diff options
author | Ray Paik <rpaik@gitlab.com> | 2018-09-05 04:03:18 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-09-27 11:37:53 +0200 |
commit | 8ed08db8dbdd8c8dc1499b55fb051bdb76db0cce (patch) | |
tree | 786a753220fbe5c5c18e8b91825fd2e48c29ec76 /CONTRIBUTING.md | |
parent | 4ac62282c4d19e70666c78360700de63c1dd2689 (diff) | |
download | gitlab-ce-8ed08db8dbdd8c8dc1499b55fb051bdb76db0cce.tar.gz |
Document community roles
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8596037afa3..81fc46c2b6f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,11 +72,13 @@ For a first-time step-by-step guide to the contribution process, please see Looking for something to work on? Look for issues in the [Backlog (Accepting merge requests) milestone](#i-want-to-contribute). -GitLab comes into two flavors, GitLab Community Edition (CE) our free and open +GitLab comes in two flavors, GitLab Community Edition (CE) our free and open source edition, and GitLab Enterprise Edition (EE) which is our commercial edition. Throughout this guide you will see references to CE and EE for abbreviation. +To get an overview of GitLab community membership including those that would be reviewing or merging your contributions, please visit [the community roles page](doc/development/contributing/community_roles.md). + If you want to know how the GitLab [core team] operates please see [the GitLab contributing process](PROCESS.md). |