Skip to content

Commit d934d7f

Browse files
authored
Replace "Committer" with "Code Merger" and fix broken anchors (#1153)
1 parent 65650dd commit d934d7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

community/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Advancing the Swift programming language with a coherent, clear view of its evol
2424
* __[Project Lead](#project-lead)__ appoints technical leaders from the community. Apple Inc. is the project lead, and interacts with the community through its representative.
2525
* __[Core Team](#core-team)__ is the small group responsible for strategic direction and oversight of the Swift project.
2626
* __[Code Owner](/contributing/#code-owners)__ is the individual responsible for a specific area of the Swift codebase.
27-
* __[Committer](/contributing/#commit-access)__ is anyone that has commit access to the Swift code base.
27+
* __[Code Merger](/contributing/#code-merger)__ is anyone that has commit access to the Swift code base.
2828
* __[Member](/contributing/#member)__ is anyone who is a member of the swiftlang organization on GitHub.
2929
* __[Contributor](/contributing/#contributor)__ is anyone who has contributed to Swift by writing code, answering questions on the forums, reporting or triaging bugs, participating in the Swift evolution process, or other ways.
3030
* __Steering Groups__

contributing/_contributing-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ People depend on Swift to create their production software. This means that a b
176176
2. Bug fixes and new features must include a test case to pinpoint any future regressions, or include a justification for why a test case would be impractical.
177177
3. Code must pass the appropriate test suites---for example, the `swift/test` and `swift/validation-test` test suites in the Swift compiler.
178178

179-
Additionally, the committer is responsible for addressing any problems found in the future that the change may cause. This responsibility means that you may need to update your change in order to:
179+
Additionally, the code merger is responsible for addressing any problems found in the future that the change may cause. This responsibility means that you may need to update your change in order to:
180180

181181
* Ensure the code compiles cleanly on all primary platforms.
182182
* Fix any correctness regressions found in other test suites.

contributing/_good-first-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ excessive refactoring, research, or debugging — rather, they should encourage
1212
newcomers to dip their toes in some part of Swift, learn more about it, and
1313
make a real contribution.
1414

15-
Anyone with [commit access](#commit-access) and insight into a particular area
15+
Anyone with [commit access](#code-merger) and insight into a particular area
1616
is welcome and encouraged to pin down or think up good first issues.
1717

1818
{% comment %}

0 commit comments

Comments
 (0)