Skip to content

Commit 51c5951

Browse files
authored
#1629 - Update repository after GitHub issues migration.
Original Pull Request #1631 Closes #1629
1 parent f3dbaa0 commit 51c5951

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Make sure that:
66
-->
77

88
- [ ] 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/DATAES).
9+
- [ ] There is a ticket in the bug tracker for the project in our [issue tracker](https://github.com/spring-projects/spring-data-elasticsearch/issues).
1010
- [ ] 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.
1111
- [ ] You submit test cases (unit or integration tests) that back your changes.
1212
- [ ] 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).

README.adoc

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,17 +170,17 @@ If you are just starting out with Spring, try one of the https://spring.io/guide
170170
* If you are upgrading, check out the https://docs.spring.io/spring-data/elasticsearch/docs/current/changelog.txt[changelog] for "`new and noteworthy`" features.
171171
* Ask a question - we monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-data[`spring-data-elasticsearch`].
172172
You can also chat with the community on https://gitter.im/spring-projects/spring-data[Gitter].
173-
* Report bugs with Spring Data for Elasticsearch at https://jira.spring.io/browse/DATAES[jira.spring.io/browse/DATAES].
173+
* Report bugs with Spring Data for Elasticsearch at https://github.com/spring-projects/spring-data-elasticsearch/issues[https://github.com/spring-projects/spring-data-elasticsearch/issues].
174174

175175
== Reporting Issues
176176

177-
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:
177+
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:
178178

179179
* Before you log a bug, please search the
180-
https://jira.spring.io/browse/DATAES[issue tracker] to see if someone has already reported the problem.
181-
* If the issue doesn’t already exist, https://jira.spring.io/browse/DATAES[create a new issue].
182-
* 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.
183-
* If you need to paste code, or include a stack trace use JIRA `{code}…{code}` escapes before and after your text.
180+
https://github.com/spring-projects/spring-data-elasticsearch/issues[issue tracker] to see if someone has already reported the problem.
181+
* If the issue doesn’t already exist, https://github.com/spring-projects/spring-data-elasticsearch/issues/new[create a new issue].
182+
* Please provide as much information as possible with the issue report, we like to know the version of Spring Data Elasticsearch that you are using and JVM version.
183+
* If you need to paste code, or include a stack trace use Markdown +++```+++ escapes before and after your text.
184184
* 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.
185185

186186
== Building from Source
@@ -197,7 +197,10 @@ If you want to build with the regular `mvn` command, you will need https://maven
197197

198198
_Also see link:CONTRIBUTING.adoc[CONTRIBUTING.adoc] if you wish to submit pull requests, and in particular please sign the https://cla.pivotal.io/sign/spring[Contributor’s Agreement] before submitting your first pull request._
199199

200-
IMPORTANT: When contributing, please make sure an issue exists in Jira and comment on this issue with how you want to address it. By this we not only know that someone is working on an issue, we can also align architectural questions and possible solutions before work is invested. We so can prevent that much work is put into Pull Requests that have little
200+
IMPORTANT: When contributing, please make sure an issue exists in https://github.com/spring-projects/spring-data-elasticsearch/issues[issue tracker] and comment on this issue with how you want to address it. By this we not only know that someone is working on an issue, we can also align architectural questions and possible solutions before work is invested
201+
. We
202+
so
203+
can prevent that much work is put into Pull Requests that have little
201204
or no chances of being merged.
202205

203206

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
</ciManagement>
7070

7171
<issueManagement>
72-
<system>JIRA</system>
73-
<url>https://jira.spring.io/browse/DATAES</url>
72+
<system>GitHub</system>
73+
<url>https://github.com/spring-projects/spring-data-elasticsearch/issues</url>
7474
</issueManagement>
7575

7676
<dependencyManagement>

src/main/asciidoc/preface.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include::reference/elasticsearch-new.adoc[leveloffset=+1]
1616

1717
* Version Control - https://github.com/spring-projects/spring-data-elasticsearch
1818
* API Documentation - https://docs.spring.io/spring-data/elasticsearch/docs/current/api/
19-
* Bugtracker - https://jira.spring.io/browse/DATAES
19+
* Bugtracker - https://github.com/spring-projects/spring-data-elasticsearch/issues
2020
* Release repository - https://repo.spring.io/libs-release
2121
* Milestone repository - https://repo.spring.io/libs-milestone
2222
* Snapshot repository - https://repo.spring.io/libs-snapshot

0 commit comments

Comments
 (0)