Skip to content

Commit 7a09363

Browse files
Update issue tracker references after GitHub issues migration.
See: #343
1 parent 2155646 commit 7a09363

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,17 @@ If you are just starting out with Spring, try one of the https://spring.io/guide
106106
* If you are upgrading, check out the https://docs.spring.io/spring-data/keyvalue/docs/current/changelog.txt[changelog] for "`new and noteworthy`" features.
107107
* Ask a question - we monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-data[`spring-data-keyvalue`].
108108
You can also chat with the community on https://gitter.im/spring-projects/spring-data[Gitter].
109-
* Report bugs with Spring Data KeyValue at https://jira.spring.io/browse/DATAKV[jira.spring.io/browse/DATAKV].
109+
* Report bugs with Spring Data KeyValue via https://github.com/spring-projects/spring-data-keyvalue/issues[Github].
110110

111111
== Reporting Issues
112112

113-
Spring Data uses JIRA as issue tracking system to record bugs and feature requests. If you want to raise an issue, please follow the recommendations below:
113+
Spring Data uses Github as issue tracking system to record bugs and feature requests.
114+
If you want to raise an issue, please follow the recommendations below:
114115

115-
* Before you log a bug, please search the
116-
https://jira.spring.io/browse/DATAKV[issue tracker] to see if someone has already reported the problem.
117-
* If the issue doesn’t already exist, https://jira.spring.io/browse/DATAKV[create a new issue].
118-
* 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.
119-
* If you need to paste code, or include a stack trace use JIRA `{code}…{code}` escapes before and after your text.
116+
* Before you log a bug, please search the https://github.com/spring-projects/spring-data-keyvalue/issues[issue tracker] to see if someone has already reported the problem.
117+
* If the issue does not already exist, https://github.com/spring-projects/spring-data-keyvalue/issues/new[create a new issue].
118+
* Please provide as much information as possible with the issue report, we like to know the version of Spring Data that you are using, the JVM version, Stacktrace, etc.
119+
* If you need to paste code, or include a stack trace use https://guides.github.com/features/mastering-markdown/[Markdown] code fences +++```+++.
120120
* 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.
121121

122122
== Building from Source

src/main/asciidoc/preface.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
== Project Metadata
77

88
* Version control: https://github.com/spring-projects/spring-data-keyvalue
9-
* Bugtracker: https://jira.spring.io/browse/DATAKV
9+
* Bugtracker: https://github.com/spring-projects/spring-data-keyvalue/issues
1010
* Release repository: https://repo.spring.io/libs-release
1111
* Milestone repository: https://repo.spring.io/libs-milestone
1212
* Snapshot repository: https://repo.spring.io/libs-snapshot

0 commit comments

Comments
 (0)