From 69ff558b5e9c51336827fbb016b4cd4cd05f0286 Mon Sep 17 00:00:00 2001 From: rwinch Date: Fri, 28 Dec 2012 13:04:22 -0800 Subject: [PATCH] Updated Contributor Guidelines (markdown) --- Contributor-Guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributor-Guidelines.md b/Contributor-Guidelines.md index 3082093..f34eda2 100644 --- a/Contributor-Guidelines.md +++ b/Contributor-Guidelines.md @@ -10,7 +10,7 @@ Each Spring module is slightly different than another in terms of team size, num Not sure what a pull request is, or how to submit one? Take a look at GitHub's excellent [help documentation first](http://help.github.com/send-pull-requests). # Search JIRA first; create an issue if necessary -Is there already an issue that addresses your concern? Do a bit of searching in our [JIRA issue tracker](https://jira.springsource.org/browse/SEC) to see if you can find something similar. If not, please create a new issue before submitting a pull request unless the change is truly trivial, e.g. typo fixes, removing compiler warnings, etc. +Is there already an issue that addresses your concern? Do a bit of searching in our [JIRA issue tracker](https://jira.springsource.org/browse/SEC) to see if you can find something similar. If not, please create a new issue before submitting a pull request unless the change is not a user facing issue. # Discuss non-trivial contribution ideas with committers If you're considering anything more than correcting a typo or fixing a minor bug , please discuss it on the [Spring Security forums](http://forum.springsource.org/forumdisplay.php?33-Security) before submitting a pull request. We're happy to provide guidance but please spend an hour or two researching the subject on your own including searching the forums for prior discussions.