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
+32-32Lines changed: 32 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ First off, thank you for taking the time to contribute! :+1: :tada:
7
7
*[Code of Conduct](#code-of-conduct)
8
8
*[How to Contribute](#how-to-contribute)
9
9
*[Discuss](#discuss)
10
-
*[Create a Ticket](#create-a-ticket)
11
-
*[Ticket Lifecycle](#ticket-lifecycle)
10
+
*[Create an Issue](#create-an-issue)
11
+
*[Issue Lifecycle](#issue-lifecycle)
12
12
*[Submit a Pull Request](#submit-a-pull-request)
13
13
*[Build from Source](#build-from-source)
14
14
*[Source Code Style](#source-code-style)
@@ -28,56 +28,55 @@ If you have a question, check Stack Overflow using
28
28
[this list of tags](https://spring.io/questions), organized by Spring project.
29
29
Find an existing discussion, or start a new one if necessary.
30
30
31
-
If you find an issue, perform a search in the
32
-
[GitHub issue tracker](https://github.com/spring-projects/spring-framework/issues), using a few different keywords.
33
-
If you find discussions related to your issue either past or current, read them as it helps you learn about the issue
34
-
and helps us make a decision on the issue.
31
+
If you believe there is an issue, search through
32
+
[existing issues](https://github.com/spring-projects/spring-framework/issues) trying a
33
+
few different ways to find discussions, past or current, that are related to the issue.
34
+
Reading those discussions helps you to learn about the issue, and helps us to make a
35
+
decision.
35
36
36
37
37
-
#### Create a Ticket
38
+
#### Create an Issue
38
39
39
40
Reporting an issue or making a feature request is a great way to contribute. Your feedback
40
-
and the conversations that result from it provide a continuous flow of ideas.
41
+
and the conversations that result from it provide a continuous flow of ideas. However,
42
+
before creating a ticket, please take the time to [discuss and research](#discuss) first.
41
43
42
-
Before you create a ticket, please take the time to [research first](#discuss).
44
+
If creating an issue after a discussion on Stack Overflow, please provide a description
45
+
in the issue instead of simply referring to Stack Overflow. The issue tracker is an
46
+
important place of record for design discussions and should be self-sufficient.
43
47
44
-
If creating a ticket after a discussion on Stack Overflow, please provide a self-sufficient description in the ticket, independent of the details on Stack Overflow. 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.
0 commit comments