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: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ If you have a question, check StackOverflow using
29
29
Find an existing discussion or start a new one if necessary.
30
30
31
31
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.
33
33
When you find related issues and discussions, prior or current, it helps you to learn and
34
34
it helps us to make a decision.
35
35
@@ -42,7 +42,7 @@ Before you create a ticket, please take the time to [research first](#discuss).
42
42
43
43
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.
44
44
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).
46
46
47
47
#### Ticket Lifecycle
48
48
@@ -66,7 +66,7 @@ automatically when you submit a pull request.
66
66
67
67
1. For all but the most trivial of contributions, please [create a ticket](#create-a-ticket).
68
68
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
70
70
conclusions. In that sense discussions directly under a PR are more implementation detail
71
71
oriented and transient in nature.
72
72
@@ -75,7 +75,7 @@ oriented and transient in nature.
75
75
Backports to prior versions will be considered on a case-by-case basis and reflected as
76
76
the fix version in the issue tracker.
77
77
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
79
79
otherwise using succinct, lower-case, dash (-) delimited names, such as `fix-warnings`.
80
80
81
81
1. Choose the granularity of your commits consciously and squash commits that represent
@@ -89,7 +89,7 @@ See the
89
89
[Commit Guidelines section of Pro Git](http://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project#Commit-Guidelines)
90
90
for best practices around commit messages and use `git log` to see some examples.
91
91
92
-
1. List the JIRA issue number in the PR description.
92
+
1. List the Github issue number in the PR description.
93
93
94
94
If accepted, your contribution may be heavily modified as needed prior to merging.
95
95
You will likely retain author attribution for your Git commits granted that the bulk of
0 commit comments