Commit b17bbb238db328b77d8a39479f8a500e54a4bebf
1 parent
a79eb842
Exists in
master
and in
4 other branches
fixed some grammar stuff
Fixed a few things (wont -> won't, "a code")
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
CONTRIBUTING.md
@@ -7,12 +7,12 @@ If you want to contribute to GitLab, follow this process: | @@ -7,12 +7,12 @@ If you want to contribute to GitLab, follow this process: | ||
7 | 3. Code | 7 | 3. Code |
8 | 4. Create a pull request | 8 | 4. Create a pull request |
9 | 9 | ||
10 | -We only accept pull requests if: | 10 | +We will only accept pull requests if: |
11 | 11 | ||
12 | * Your code has proper tests and all tests pass | 12 | * Your code has proper tests and all tests pass |
13 | * Your code can be merged w/o problems | 13 | * Your code can be merged w/o problems |
14 | -* It wont broke existing functionality | ||
15 | -* Its a quality code | 14 | +* It won't break existing functionality |
15 | +* It's quality code | ||
16 | * We like it :) | 16 | * We like it :) |
17 | 17 | ||
18 | ## [You may need a developer VM](https://github.com/gitlabhq/developer-vm) | 18 | ## [You may need a developer VM](https://github.com/gitlabhq/developer-vm) |