Repository: maven-surefire Updated Branches: refs/heads/master ad278f82d -> 7cba980b8
Added a test CONTRIBUTING.md file to test github's in-line guideline style for pull requests Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/7cba980b Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/7cba980b Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/7cba980b Branch: refs/heads/master Commit: 7cba980b8d9865b1d6419b8879afddd6a30518c5 Parents: ad278f8 Author: Kristian Rosenvold <[email protected]> Authored: Thu Sep 11 09:42:22 2014 +0200 Committer: Kristian Rosenvold <[email protected]> Committed: Thu Sep 11 09:42:22 2014 +0200 ---------------------------------------------------------------------- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7cba980b/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..4041b4d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +Guidelines for contributing +=========== + +The general guidelines for contributing to maven can be found here http://maven.apache.org/guides/development/guide-helping.html + +Pay particular attention to "Developer Conventions" section. + +
