You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/02/26 17:20:26 UTC

[09/11] maven git commit: Improved wording.

Improved wording.


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/89033049
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/89033049
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/89033049

Branch: refs/heads/MNG-6362
Commit: 890330495f9d0fa430da06211acdda92117c04b1
Parents: 0521d15
Author: Karl Heinz Marbaise <kh...@apache.org>
Authored: Wed Feb 21 20:10:16 2018 +0100
Committer: Karl Heinz Marbaise <kh...@apache.org>
Committed: Mon Feb 26 18:19:56 2018 +0100

----------------------------------------------------------------------
 CONTRIBUTING.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/89033049/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3537d54..db9959a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -71,8 +71,10 @@ Submitting Changes
 We accept Pull Requests via GitHub. The [developer mailing list][dev-ml-list] is the
 main channel of communication for contributors.  
 There are some guidelines which will make applying PRs easier for us:
-+ No tabs! Please use spaces for indentation.
-+ Respect the [code style][code-style].
++ The Maven Codestyle uses spaces instead of spaces. This way column numbers 
+  don't depend on the IDE settings and will be the same for everyone.
++ By using the same [codestyle][code-style], patches should only highlight the actual 
+  difference, not being disturbed by any formatting issues. 
 + Create minimal diffs - disable on save actions like reformat source code or
   organize imports. If you feel the source code should be reformatted create a
   separate PR for this change.