Commit b17bbb238db328b77d8a39479f8a500e54a4bebf

Authored by Thom Wiggers
1 parent a79eb842

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 7 3. Code
8 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 12 * Your code has proper tests and all tests pass
13 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 16 * We like it :)
17 17  
18 18 ## [You may need a developer VM](https://github.com/gitlabhq/developer-vm)
... ...