From: Joel Kuzmarski Date: Tue, 7 Jan 2014 07:57:43 +0000 (-0600) Subject: Improve wording in CONTRIBUTING.md X-Git-Tag: v3.1.0~115^2~27^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12135%2Fhead;p=thirdparty%2Fbootstrap.git Improve wording in CONTRIBUTING.md Parts of the "Pull requests" section are strangely worded. This commit fixes that. --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb55a968e9..b9e7ed769f 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,