Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom Wiggers <thom@thomwiggers.nl>2012-09-29 03:36:06 +0400
committerThom Wiggers <thom@thomwiggers.nl>2012-09-29 03:36:06 +0400
commitb17bbb238db328b77d8a39479f8a500e54a4bebf (patch)
treef72ea5ab96e727a04c41d6898ba9750786f416c2 /CONTRIBUTING.md
parenta79eb8428946152021b6f3a25398c49f2e9e7099 (diff)
fixed some grammar stuff
Fixed a few things (wont -> won't, "a code")
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9041530d980..4b87ac4cff9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,12 +7,12 @@ If you want to contribute to GitLab, follow this process:
3. Code
4. Create a pull request
-We 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
-* It wont broke existing functionality
-* Its a quality code
+* 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)