summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-07-03 07:00:27 +0000
committerSytse Sijbrandij <sytse@gitlab.com>2015-07-03 07:00:27 +0000
commit49749169e9b442c13cdc279d7e783f65a3afc794 (patch)
treefdd13932cb7563d30c79b615edd5decb468e868f
parent4e37f761bd9f1ed80dbb4b898e826945c3df5f41 (diff)
parentd9b5ff0cf351594b20a638ddd1340663e1cce595 (diff)
downloadgitlab-ce-49749169e9b442c13cdc279d7e783f65a3afc794.tar.gz
Merge branch 'contributing-gitlab-cloud-outdated' into 'master'
Changed the reference from gitlab cloud to gitlab.com because it was outdated. This one confused me a bit because i was searching for gitlab cloud and the first thing i saw: "It's gone and now it's gitlab.com" So to prevent anyone other than me from being a bit puzzled this little change should help See merge request !929
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a9dcf67b1e2..69abadb151a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -67,7 +67,7 @@ To start with GitLab download the [GitLab Development Kit](https://gitlab.com/gi
If you can, please submit a merge request with the fix or improvements including tests. If you don't know how to fix the issue but can write a test that exposes the issue we will accept that as well. In general bug fixes that include a regression test are merged quickly while new features without proper tests are least likely to receive timely feedback. The workflow to make a merge request is as follows:
-1. Fork the project on GitLab Cloud
+1. Fork the project into your personal space on GitLab.com
1. Create a feature branch
1. Write [tests](https://gitlab.com/gitlab-org/gitlab-development-kit#running-the-tests) and code
1. Add your changes to the [CHANGELOG](CHANGELOG)