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: README.adoc
+2-3
Original file line number
Diff line number
Diff line change
@@ -121,15 +121,14 @@ If you are just starting out with Spring, try one of the https://spring.io/guide
121
121
* If you are upgrading, check out the https://docs.spring.io/spring-data/jdbc/docs/current/changelog.txt[changelog] for "`new and noteworthy`" features.
122
122
* Ask a question - we monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-data[`spring-data-jdbc`].
123
123
You can also chat with the community on https://gitter.im/spring-projects/spring-data[Gitter].
124
-
* Report bugs with Spring Data JDBC at Spring Data issue].
125
124
126
125
== Reporting Issues
127
126
128
127
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:
129
128
130
129
* Before you log a bug, please search the
131
-
Spring Data issue[issue tracker] to see if someone has already reported the problem.
132
-
* If the issue doesn’t already exist, Spring Data issue[create a new issue].
130
+
Spring Data JDBCs https://github.com/spring-projects/spring-data-jdbc/issues[issue tracker] to see if someone has already reported the problem.
131
+
* If the issue doesn’t already exist, https://github.com/spring-projects/spring-data-jdbc/issues/new[create a new issue].
133
132
* 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. Please include full stack traces when applicable.
134
133
* If you need to paste code, or include a stack trace use triple backticks before and after your text.
135
134
* 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. Use an in-memory database when possible. If you need a different database include the setup using https://github.com/testcontainers[Testcontainers] in your test.
0 commit comments