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: CI.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ NOTE: Docker containers can eat up disk space fast! From time to time, run `dock
47
47
Here are some ways for you to get involved in the community:
48
48
49
49
* Get involved with the Spring community on the Stackoverflow. Please help out on the https://stackoverflow.com/questions/tagged/spring-data-redis[spring-data-redis] tag by responding to questions and joining the debate.
50
-
* Create https://jira.spring.io/browse/DATAREDIS[JIRA] tickets for bugs and new features and comment and vote on the ones that you are interested in.
50
+
* Create https://github.com/spring-projects/spring-data-redis/issues/new[Github] issues for bugs and new features and comment and vote on the ones that you are interested in.
51
51
* Watch for upcoming articles on Spring by https://spring.io/blog[subscribing] to spring.io.
52
52
53
53
Before we accept a non-trivial patch or pull request we will need you to https://cla.pivotal.io/sign/spring[sign the Contributor License Agreement]. Signing the contributor’s agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. If you forget to do so, you'll be reminded when you submit a pull request.
Copy file name to clipboardExpand all lines: README.adoc
+7-7
Original file line number
Diff line number
Diff line change
@@ -103,17 +103,17 @@ If you are just starting out with Spring, try one of the https://spring.io/guide
103
103
* If you are upgrading, check out the https://docs.spring.io/spring-data/redis/docs/current/changelog.txt[changelog] for "`new and noteworthy`" features.
104
104
* Ask a question - we monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-data[`spring-data-redis`].
105
105
You can also chat with the community on https://gitter.im/spring-projects/spring-data[Gitter].
106
-
* Report bugs with Spring Data Redis at https://jira.spring.io/browse/DATAREDIS[jira.spring.io/browse/DATAREDIS].
106
+
* Report bugs with Spring Data Redis at https://github.com/spring-projects/spring-data-redis/issues/new[github.com/spring-projects/spring-data-redis].
107
107
108
108
== Reporting Issues
109
109
110
-
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:
110
+
Spring Data uses Github as issue tracking system to record bugs and feature requests.
111
+
If you want to raise an issue, please follow the recommendations below:
111
112
112
-
* Before you log a bug, please search the
113
-
https://jira.spring.io/browse/DATAREDIS[issue tracker] to see if someone has already reported the problem.
114
-
* If the issue doesn’t already exist, https://jira.spring.io/browse/DATAREDIS[create a new issue].
115
-
* 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.
116
-
* If you need to paste code, or include a stack trace use JIRA `{code}…{code}` escapes before and after your text.
113
+
* Before you log a bug, please search the https://github.com/spring-projects/spring-data-redis/issues[issue tracker] to see if someone has already reported the problem.
114
+
* If the issue does not already exist, https://github.com/spring-projects/spring-data-redis/issues/new[create a new issue].
115
+
* 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.
116
+
* If you need to paste code, or include a stack trace use https://guides.github.com/features/mastering-markdown/[Markdown] code fences +++```+++.
117
117
* 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.
Copy file name to clipboardExpand all lines: src/main/asciidoc/preface.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ For information on the Spring Data source code repository, nightly builds, and s
76
76
You can help make Spring Data best serve the needs of the Spring community by interacting with developers on Stack Overflow at either
77
77
https://stackoverflow.com/questions/tagged/spring-data[spring-data] or https://stackoverflow.com/questions/tagged/spring-data-redis[spring-data-redis].
78
78
79
-
If you encounter a bug or want to suggest an improvement (including to this documentation), please create a ticket on the Spring Data issue https://jira.spring.io/browse/DATAREDIS[tracker].
79
+
If you encounter a bug or want to suggest an improvement (including to this documentation), please create a ticket on https://github.com/spring-projects/spring-data-redis/issues/new[Github].
80
80
81
81
To stay up to date with the latest news and announcements in the Spring eco system, subscribe to the Spring Community https://spring.io/[Portal].
0 commit comments