Skip to content
Snippets Groups Projects
Commit 0358c2eb authored by Alex Denisov's avatar Alex Denisov
Browse files

CONTRIBUTING.md copied from wiki pages

parent b1b8f9a2
No related branches found
No related tags found
1 merge request!1485CONTRIBUTING.md copied from wiki pages
## Contribute to Gitlab
If you want to contribute to Gitlab, follow this process:
1. Fork the project
2. Create a feature branch
3. Code
4. Create a pull request
We only accept pull requests if:
* Your code has proper tests and all tests pass
* Your code can be merged w/o problems
* It wont broke existing functionality
* Its a quality code
* We like it :)
## [You may need a developer VM](https://github.com/gitlabhq/developer-vm)
## Running tests
To run the specs for Gitlab, you need to run seeds for test db.
cd gitlabhq
rake db:seed_fu RAILS_ENV=test
Then you can run the test suite with rake:
rake gitlab:test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment