From 4ac796743c1f2ccffef6399976516619d757735f Mon Sep 17 00:00:00 2001 From: ernstvn <ernst@gitlab.com> Date: Tue, 16 Aug 2016 17:23:58 -0700 Subject: [PATCH] add specific CONTRIBUTING.md file --- CONTRIBUTING.md | 12 ++++++++++++ README.md | 6 +----- 2 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ead0ada --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +## Contributing to GitLab Development Kit + +The source of GitLab Development Kit is [hosted on +GitLab.com](https://gitlab.com/gitlab-org/gitlab-development-kit/) and +contributions are welcome! + +## Contributor license agreement + +By submitting code as an individual you agree to the +[individual contributor license agreement](https://gitlab.com/gitlab-org/gitlab-ce/doc/legal/individual_contributor_license_agreement.md). +By submitting code as an entity you agree to the +[corporate contributor license agreement](https://gitlab.com/gitlab-org/gitlab-ce/doc/legal/corporate_contributor_license_agreement.md). diff --git a/README.md b/README.md index 759321a..0ec6ec8 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,7 @@ different components, and start/stop them when you work on GitLab. ## Contributing to GitLab Development Kit -The source of GitLab Development Kit is [hosted on -GitLab.com](https://gitlab.com/gitlab-org/gitlab-development-kit/) and -contributions are welcome, per the [contribution -guidelines](https://gitlab.com/gitlab-org/gitlab-ce/CONTRIBUTING.md) and -the contributor license agreements linked to from there. +Contributions are welcome, see [`CONTRIBUTING.md`](CONTRIBUTING.md) for more details. ## Getting started -- GitLab