diff options
author | Sytse Sijbrandij <sytse@dosire.com> | 2012-10-24 16:45:18 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytse@dosire.com> | 2012-10-24 16:45:18 +0200 |
commit | bcd001f2953d7a358be02d74df1b00dace68648f (patch) | |
tree | ba44e70dd8de4873fc05a81d04e278e099e8801c /CONTRIBUTING.md | |
parent | 2ff36e74eba44b7a972fdb21774f45a27492e69e (diff) | |
download | gitlab-ce-bcd001f2953d7a358be02d74df1b00dace68648f.tar.gz |
Refer developers to the vagrant vm and remove out of date documentation.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4b87ac4cff9..5f8314462a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -## Contribute to GitLab +## Contribute to GitLab If you want to contribute to GitLab, follow this process: @@ -7,24 +7,20 @@ If you want to contribute to GitLab, follow this process: 3. Code 4. Create a pull request -We will only accept pull requests if: +We will only accept pull requests if: * Your code has proper tests and all tests pass -* Your code can be merged w/o problems +* Your code can be merged w/o problems * It won't break existing functionality * It's quality code * We like it :) -## [You may need a developer VM](https://github.com/gitlabhq/developer-vm) +For examples of feedback on pull requests please look at the [closed pull requests](https://github.com/gitlabhq/gitlabhq/pulls?direction=desc&page=1&sort=created&state=closed). -## Running tests - -To run the specs for GitLab, you need to run seeds for test db. +## Installation - cd gitlabhq - rake db:seed_fu RAILS_ENV=test +Install the Gitlab development in a virtual machine with the [Gitlab Vagrant virtual machine](https://github.com/gitlabhq/gitlab-vagrant-vm). Installing it in a virtual machine makes it much easier to set up all the dependencies for integration testing. -Then you can run the test suite with rake: - - rake gitlab:test +## Running tests +For more information on running the tests please read the [development tips](https://github.com/gitlabhq/gitlabhq/blob/master/doc/development.md) |