aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-07 00:27:54 -0800
committerChris Rebert <[email protected]>2014-01-07 00:27:54 -0800
commit5e39e6c9d025eec4269da8391f2ff928a076a66c (patch)
treeed5e1e29ae18d74e06a90fba2aef7cff76ca32b7
parent0a09dd46cbc8c76c766484fbbdb0c2af891a3b15 (diff)
parent3661c4b8fff65950a26b468df26f3ccfd0248257 (diff)
downloadbootstrap-5e39e6c9d025eec4269da8391f2ff928a076a66c.tar.xz
bootstrap-5e39e6c9d025eec4269da8391f2ff928a076a66c.zip
Merge pull request #12135 from leoj3n/patch-2
Improve wording in CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index fb55a968e..b9e7ed769 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -92,11 +92,11 @@ implementing features, refactoring code, porting to a different language),
otherwise you risk spending a lot of time working on something that the
project's developers might not want to merge into the project.
-Please adhere to the [coding guidelines](#code-guidelines) used throughout a
+Please adhere to the [coding guidelines](#code-guidelines) used throughout the
project (indentation, accurate comments, etc.) and any other requirements
(such as test coverage).
-Adhering to the following this process is the best way to get your work
+Adhering to the following process is the best way to get your work
included in the project:
1. [Fork](http://help.github.com/fork-a-repo/) the project, clone your fork,