CONTRIBUTING.md 982 字节
Newer Older
1
## Contribute to GitLab
2

A
Alex Denisov 已提交
3
If you want to contribute to GitLab, follow this process:
4 5 6 7 8 9

1. Fork the project
2. Create a feature branch
3. Code
4. Create a pull request

10
We will only accept pull requests if:
11 12

* Your code has proper tests and all tests pass
13
* Your code can be merged w/o problems
T
Thom Wiggers 已提交
14 15
* It won't break existing functionality
* It's quality code
16 17
* We like it :)

18
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).
19

20
## Installation
21

22
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.
23

24
## Running tests
25

26
For more information on running the tests please read the [development tips](https://github.com/gitlabhq/gitlabhq/blob/master/doc/development.md)