You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@ Make sure that:
6
6
-->
7
7
8
8
-[ ] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc).
9
-
-[ ] There is a ticket in the bug tracker for the project in our [JIRA](https://jira.spring.io/browse/DATACMNS).
10
9
-[ ] You use the code formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/master/etc/ide) and have them applied to your changes. Don’t submit any formatting related changes.
11
10
-[ ] You submit test cases (unit or integration tests) that back your changes.
12
11
-[ ] You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).
Copy file name to clipboardExpand all lines: README.adoc
+6-9
Original file line number
Diff line number
Diff line change
@@ -59,20 +59,17 @@ If you are just starting out with Spring, try one of the https://spring.io/guide
59
59
* If you are upgrading, check out the https://docs.spring.io/spring-data/commons/docs/current/changelog.txt[changelog] for "`new and noteworthy`" features.
60
60
* Ask a question - we monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-data[`spring-data`].
61
61
You can also chat with the community on https://gitter.im/spring-projects/spring-data[Gitter].
62
-
* Report bugs with Spring Data Commons at https://jira.spring.io/browse/DATACMNS[jira.spring.io/browse/DATACMNS].
62
+
* Report bugs with Spring Data Commons at https://github.com/spring-projects/spring-data-commons/issues[github.com/spring-projects/spring-data-commons/issues].
63
63
64
64
== Reporting Issues
65
65
66
-
Spring Data uses JIRA as issue tracking system to record bugs and
67
-
feature requests. If you want to raise an issue, please follow the
68
-
recommendations below:
66
+
Spring Data uses GitHub as issue tracking system to record bugs and feature requests. If you want to raise an issue, please follow the recommendations below:
69
67
70
68
* Before you log a bug, please search the
71
-
https://jira.spring.io/browse/DATACMNS[issue tracker] to see if someone has already reported the problem.
72
-
* If the issue doesn’t already exist, https://jira.spring.io/browse/DATACMNS[create a new issue].
73
-
* Please provide as much information as possible with the issue report, we like to know the version of Spring Data that you are using and JVM
74
-
version.
75
-
* If you need to paste code, or include a stack trace use JIRA `{code}…{code}` escapes before and after your text.
69
+
https://github.com/spring-projects/spring-data-commons/issues[issue tracker] to see if someone has already reported the problem.
70
+
* If the issue doesn’t already exist, https://github.com/spring-projects/spring-data-commons/issues/new[create a new issue].
71
+
* Please provide as much information as possible with the issue report, we like to know the version of Spring Data that you are using and JVM version.
72
+
* If you need to paste code, or include a stack trace use Markdown +++```+++ escapes before and after your text.
76
73
* If possible try to create a test-case or project that replicates the issue. Attach a link to your code or a compressed file containing your code.
NOTE: Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.
0 commit comments