Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Denisov <1101.debian@gmail.com>2012-09-17 22:38:08 +0400
committerAlex Denisov <1101.debian@gmail.com>2012-09-17 22:38:08 +0400
commitaeb87d8f1dc9de89e8ff9ff367c8d50e7dc817de (patch)
tree323457536da91d4b231cc413ed8b32f47cb4a47a /CONTRIBUTING.md
parent0358c2ebdb7e56694872ceac61f820f39fb2c17b (diff)
Gitlab => GitLab
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 487aa193868..9041530d980 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
-## Contribute to Gitlab
+## Contribute to GitLab
-If you want to contribute to Gitlab, follow this process:
+If you want to contribute to GitLab, follow this process:
1. Fork the project
2. Create a feature branch
@@ -19,7 +19,7 @@ We only accept pull requests if:
## Running tests
-To run the specs for Gitlab, you need to run seeds for test db.
+To run the specs for GitLab, you need to run seeds for test db.
cd gitlabhq
rake db:seed_fu RAILS_ENV=test