diff options
author | Adam Niedzielski <adamsunday@gmail.com> | 2016-10-27 13:25:43 +0000 |
---|---|---|
committer | Adam Niedzielski <adamsunday@gmail.com> | 2016-10-27 13:25:43 +0000 |
commit | 486497150b7a1a303eb1fee5c5101eb17ee9bc66 (patch) | |
tree | 4235ae8986dac3d1a3aae5574f7b624a18e1adde /README.md | |
parent | 337c5ded7ed46f69efc9d1c47114d3b5a18dceba (diff) | |
download | gitlab-ce-486497150b7a1a303eb1fee5c5101eb17ee9bc66.tar.gz |
Add section about contributing to READMElink-to-contributing-from-readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
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). |