Commit aeb87d8f1dc9de89e8ff9ff367c8d50e7dc817de

Authored by Alex Denisov
1 parent 0358c2eb

Gitlab => GitLab

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
CONTRIBUTING.md
1   -## Contribute to Gitlab
  1 +## Contribute to GitLab
2 2  
3   -If you want to contribute to Gitlab, follow this process:
  3 +If you want to contribute to GitLab, follow this process:
4 4  
5 5 1. Fork the project
6 6 2. Create a feature branch
... ... @@ -19,7 +19,7 @@ We only accept pull requests if:
19 19  
20 20 ## Running tests
21 21  
22   -To run the specs for Gitlab, you need to run seeds for test db.
  22 +To run the specs for GitLab, you need to run seeds for test db.
23 23  
24 24 cd gitlabhq
25 25 rake db:seed_fu RAILS_ENV=test
... ...