summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSid Sijbrandij <sytse@gitlab.com>2016-10-27 22:49:04 +0000
committerSid Sijbrandij <sytse@gitlab.com>2016-10-27 22:49:04 +0000
commit09cccd9345d0d3d81a91ec8e6118ba1f04f5e1b0 (patch)
treed00d43ef79a4404337a3858bf51c7b82b999fdc7
parent51821e1ee4533843a3abd03f8395fa89086e640c (diff)
parent486497150b7a1a303eb1fee5c5101eb17ee9bc66 (diff)
downloadgitlab-ce-09cccd9345d0d3d81a91ec8e6118ba1f04f5e1b0.tar.gz
Merge branch 'link-to-contributing-from-readme' into 'master'
Add section about contributing to README Closes #23830 See merge request !7137
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index a6b30aff5a0..46492f4b9c8 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,10 @@ There are various other options to install GitLab, please refer to the [installa
You can access a new installation with the login **`root`** and password **`5iveL!fe`**, after login you are required to set a unique password.
+## Contributing
+
+GitLab is an open source project and we are very happy to accept community contributions. Please refer to [CONTRIBUTING.md](/CONTRIBUTING.md) for details.
+
## Install a development environment
To work on GitLab itself, we recommend setting up your development environment with [the GitLab Development Kit](https://gitlab.com/gitlab-org/gitlab-development-kit).