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
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Next, define the first increment and get consensus on the development goal of th
71
71
- Make each change in the set either stand alone (for example, to fix a bug) or part of a planned series of changes that work toward the development goal.
72
72
Explaining these relationships to the community can be helpful.
73
73
74
-
If you are interested in making a large change and feel unsure about its overall effect, please make sure to first discuss the change and reach a consensus through the https://forums.swift.org.
74
+
If you are interested in making a large change and feel unsure about its overall effect, please make sure to first discuss the change and reach a consensus through the [Swift Forums](https://forums.swift.org).
75
75
Then ask about the best way to go about making the change.
76
76
77
77
### Commit Messages
@@ -95,8 +95,7 @@ Unless required to understand the change, additional code examples or other deta
95
95
- For text formatting and spelling, follow the same rules as documentation and in-code comments—for example, the use of capitalization and periods.
96
96
- If the commit is a bug fix on top of another recently committed change, or a revert or reapply of a patch, include the Git revision number of the prior related commit, for example “Revert abcdef because it caused bug#”.
97
97
98
-
For minor violations of these guidelines, the community normally favors reminding the contributor of this policy over reverting.
99
-
Minor corrections and omissions can be handled by sending a reply to the commits mailing list.
98
+
100
99
101
100
### Attribution of Changes
102
101
@@ -106,9 +105,7 @@ When doing so, it is important to retain correct attribution of the contribution
106
105
We do not want the source code to be littered with random attributions like “this code written by J. Random Hacker”, which is noisy and distracting.
107
106
Do not add contributor names to the source code or documentation.
108
107
109
-
In addition, don’t commit changes authored by others unless they have submitted the change to the project or you have been authorized to submit on their behalf—for example, you work together and your company authorized you to contribute the changes.
110
-
The author should first either submit the change through a pull request to the relevant project, email the development list, or add a bug tracker item.
111
-
If someone sends you a change privately, encourage them to submit it to the appropriate list first.
108
+
In addition, don’t commit changes authored by others unless they have submitted the change to the project or you have been authorized to submit on their behalf — for example, you work together and your company authorized you to contribute the changes.
0 commit comments