Skip to content

Commit cfc7c86

Browse files
authored
Merge pull request #74724 from AnthonyLatsis/acer-palmatum
[docs] FirstPullRequest.md: Adjust for `swiftlang`
2 parents eede507 + dcbc51b commit cfc7c86

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

docs/HowToGuides/FirstPullRequest.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Assuming you followed the steps in our [Getting Started guide][], you should now
125125
be able to push your latest changes to GitHub using `git push`.
126126

127127
Next, [create a pull request][] (PR). Usually, if you navigate to
128-
https://github.com/apple/swift right after pushing your change, GitHub will
128+
https://github.com/swiftlang/swift right after pushing your change, GitHub will
129129
show a helpful "Compare & Pull Request" button.
130130

131131
![Compare & Pull Request button in GitHub UI](/docs/GitHubCreatePRScreenshot.png)
@@ -135,25 +135,20 @@ show a helpful "Compare & Pull Request" button.
135135

136136
## Asking for code review
137137

138-
Reviews are automatically requested from collaborators and code owners per the
138+
Reviews are automatically requested from code owners per the
139139
[CODEOWNERS](/.github/CODEOWNERS) file upon opening a non-draft pull request.
140140
If this doesn't happen, @mention and ask a suggested person under **Reviewers**
141141
to review your changes in a comment. If no suggestions are shown either, please
142-
@mention and ask a
143-
[Contributor Experience Workgroup](https://www.swift.org/contributor-experience-workgroup/#membership)
144-
member to sort out review requests for you.
142+
ask @swiftlang/contributor-experience to sort out review requests for you.
145143

146144
You are welcome to invite other people for review as well — say, someone you
147145
had an active discussion with on how to implement your change.
148146
Anyone with a GitHub account can review or comment on changes proposed to
149147
this repository!
150148

151-
Contributors without
152-
[write access](https://swift.org/contributing/#commit-access) are not able to
153-
run the continuous integration (CI) bot, which builds the project and runs
154-
tests. Please ask a code reviewer with write access to invoke the bot for you.
155-
156-
[contributor-experience]: https://forums.swift.org/g/contributor-experience-workgroup
149+
Contributors without [write access][write-access] are not able to run the
150+
continuous integration (CI) bot, which builds the project and runs tests.
151+
Please ask a code reviewer with write access to invoke the bot for you.
157152

158153
## Responding to code review comments
159154

@@ -194,13 +189,13 @@ something in the near future. Please don't feel sad or apologetic!
194189

195190
Awesome! You are welcome to tackle as many [good first issues][good-first-issues]
196191
as it takes for you to gain a desired level of confidence in working with the
197-
codebase. Beyond that, there is an endless supply of [other issues](https://github.com/apple/swift/issues)
192+
codebase. Beyond that, there is an endless supply of [other issues](https://github.com/swiftlang/swift/issues)
198193
waiting for a hero. Don't hesitate to ask for help if you need directions or
199194
get stuck!
200195

201196
Once you've made multiple substantial contributions, you can
202-
[ask for commit access](https://swift.org/contributing/#commit-access),
203-
which will allow you to pick reviewers, trigger the CI bot and merge changes
204-
upon approval.
197+
[ask for commit access][write-access], which will allow you to pick reviewers,
198+
trigger the CI bot and merge changes upon approval.
205199

206-
[good-first-issues]: https://github.com/apple/swift/contribute
200+
[good-first-issues]: https://github.com/swiftlang/swift/contribute
201+
[write-access]: https://swift.org/contributing/#commit-access

0 commit comments

Comments
 (0)