Skip to content

Commit 6ca3884

Browse files
benelogrstoyanchev
authored andcommitted
Update links to issue tracker
1 parent 189e1af commit 6ca3884

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you have a question, check StackOverflow using
2929
Find an existing discussion or start a new one if necessary.
3030

3131
If you suspect an issue, perform a search in the
32-
[JIRA issue tracker](https://jira.spring.io/browse/SPR), using a few different keywords.
32+
[Github issue tracker](https://github.com/spring-projects/spring-framework/issues), using a few different keywords.
3333
When you find related issues and discussions, prior or current, it helps you to learn and
3434
it helps us to make a decision.
3535

@@ -42,7 +42,7 @@ Before you create a ticket, please take the time to [research first](#discuss).
4242

4343
If creating a ticket after a discussion on StackOverflow, please provide a self-sufficient description in the ticket, independent of the details on StackOverview. We understand this is extra work but the issue tracker is an important place of record for design discussions and decisions that can often be referenced long after the fix version, for example to revisit decisions, to understand the origin of a feature, and so on.
4444

45-
When ready create a ticket in the [JIRA issue tracker](https://jira.spring.io/browse/SPR).
45+
When ready create a ticket in the [Github issue tracker](https://github.com/spring-projects/spring-framework/issues).
4646

4747
#### Ticket Lifecycle
4848

@@ -66,7 +66,7 @@ automatically when you submit a pull request.
6666

6767
1. For all but the most trivial of contributions, please [create a ticket](#create-a-ticket).
6868
The purpose of the ticket is to understand and discuss the underlying issue or feature.
69-
We use the JIRA issue tracker as the preferred place of record for conversations and
69+
We use the Github issue tracker as the preferred place of record for conversations and
7070
conclusions. In that sense discussions directly under a PR are more implementation detail
7171
oriented and transient in nature.
7272

@@ -75,7 +75,7 @@ oriented and transient in nature.
7575
Backports to prior versions will be considered on a case-by-case basis and reflected as
7676
the fix version in the issue tracker.
7777

78-
1. Use short branch names, preferably based on the JIRA issue (e.g. `SPR-1234`), or
78+
1. Use short branch names, preferably based on the Github issue (e.g. `SPR-1234`), or
7979
otherwise using succinct, lower-case, dash (-) delimited names, such as `fix-warnings`.
8080

8181
1. Choose the granularity of your commits consciously and squash commits that represent
@@ -89,7 +89,7 @@ See the
8989
[Commit Guidelines section of Pro Git](http://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project#Commit-Guidelines)
9090
for best practices around commit messages and use `git log` to see some examples.
9191

92-
1. List the JIRA issue number in the PR description.
92+
1. List the Github issue number in the PR description.
9393

9494
If accepted, your contribution may be heavily modified as needed prior to merging.
9595
You will likely retain author attribution for your Git commits granted that the bulk of

gradle/publish-maven.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ def customizePom(pom, gradleProject) {
5252
}
5353
}
5454
issueManagement {
55-
system = "Jira"
56-
url = "https://jira.springsource.org/browse/SPR"
55+
system = "Github"
56+
url = "https://github.com/spring-projects/spring-framework/issues"
5757
}
5858
}
5959
}

0 commit comments

Comments
 (0)