OSDN Git Service

Added link to support forum
[wvm/gitlab.git] / CONTRIBUTING.md
1 ## Usage & Configuration
2
3 Do you have a question related to usage or configuration, please head over to the [Support Forum](https://groups.google.com/forum/#!forum/gitlabhq).
4
5
6
7 ## Contribute to GitLab
8
9 If you want to contribute to GitLab, follow this process:
10
11 1. Fork the project
12 2. Create a feature branch
13 3. Code
14 4. Create a pull request
15
16 We will only accept pull requests if:
17
18 * Your code has proper tests and all tests pass
19 * Your code can be merged w/o problems
20 * It won't break existing functionality
21 * It's quality code
22 * We like it :)
23
24 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).
25
26 ## Installation
27
28 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.
29
30 ## Running tests
31
32 For more information on running the tests please read the [development tips](https://github.com/gitlabhq/gitlabhq/blob/master/doc/development.md)