From c693e79f124c744631a8b8eef29d8450c28dcbb4 Mon Sep 17 00:00:00 2001 From: Marco Primi Date: Sun, 4 Feb 2018 18:14:21 -0800 Subject: [PATCH] Fix broken link to issues tracker in project contribution guidelines CONTRIBUTING.md points to JIRA for Spring Security. Updated to point to GitHub issues. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a52007d..e33ff21d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,8 +28,8 @@ The following provides information on setting up a development environment that # Understand the basics Not sure what a pull request is, or how to submit one? Take a look at GitHub's excellent [help documentation first](https://help.github.com/articles/using-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 not a user facing issue. +# Search issues first; create an issue if necessary +Is there already an issue that addresses your concern? Do a bit of searching in the [project issues](https://github.com/spring-projects/spring-statemachine/issues) 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 are considering anything more than correcting a typo or fixing a minor bug , please discuss it on the GitHub issues. We are happy to provide guidance but please spend an hour or two researching the subject on your own including searching the forums for prior discussions.