diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-14 22:07:53 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-14 22:07:53 +0200 |
commit | e7d7cd67bb3e43676ae1a42d65ee45d7a01fc75b (patch) | |
tree | 0c23a7f547a31dc14ea9cfbe92a927b4801d43c1 /CONTRIBUTING.md | |
parent | b95f7b1864672b873501792775521a6bd6393520 (diff) | |
download | gitlab-ce-e7d7cd67bb3e43676ae1a42d65ee45d7a01fc75b.tar.gz |
Clarify what CE and EE means for newcomers
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09edfc8c302..c10b9f9807b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,11 @@ Thank you for your interest in contributing to GitLab. This guide details how contribute to GitLab in a way that is efficient for everyone. If you have read this guide and want to know how the GitLab core-team operates please see [the GitLab contributing process](PROCESS.md). +GitLab comes into 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. + ## Contributor license agreement By submitting code as an individual you agree to the [individual contributor license agreement](doc/legal/individual_contributor_license_agreement.md). By submitting code as an entity you agree to the [corporate contributor license agreement](doc/legal/corporate_contributor_license_agreement.md). @@ -227,4 +232,4 @@ This code of conduct applies both within project spaces and in public spaces whe Instances of abusive, harassing, or otherwise unacceptable behavior can be reported by emailing contact@gitlab.com -This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.1.0, available at [http://contributor-covenant.org/version/1/1/0/](http://contributor-covenant.org/version/1/1/0/)
\ No newline at end of file +This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.1.0, available at [http://contributor-covenant.org/version/1/1/0/](http://contributor-covenant.org/version/1/1/0/) |