From 4032c384bfd1a60d0dd6e06fe9d68c6a0390ef2e Mon Sep 17 00:00:00 2001 From: ernstvn Date: Tue, 16 Aug 2016 18:01:00 -0700 Subject: [PATCH] adding CONTRIBUTING.md and linking to CLA's in gitlab-ce --- CONTRIBUTING.md | 16 ++++++++++++++++ README.md | 7 +------ 2 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..1cfa96c4 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,16 @@ +## Contributing to GitLab Multi Runner + +Contributions are welcome! + +The official repository for this project is on [GitLab.com](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner). + +* [Development](docs/development/README.md) +* [Issues](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues) +* [Merge Requests](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests) + +## 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 8782fac6..f057ddcb 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,8 @@ The old name of this project was GitLab CI Multi Runner but please use "GitLab R ### Contributing -The official repository for this project is on [GitLab.com](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner). +Contributions are welcome, see [`CONTRIBUTING.md`](CONTRIBUTING.md) for more details. -* [Development](docs/development/README.md) -* [Issues](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues) -* [Merge Requests](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests) - -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. #### Closing issues and merge requests