Skip to content

Commit a746129

Browse files
committed
Update GitHub pull request documentation link
1 parent bffc973 commit a746129

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,13 @@ Some common invocations of `x.py` are:
237237
## Pull Requests
238238

239239
Pull requests are the primary mechanism we use to change Rust. GitHub itself
240-
has some [great documentation][pull-requests] on using the Pull Request
241-
feature. We use the 'fork and pull' model described there.
240+
has some [great documentation][pull-requests] on using the Pull Request feature.
241+
We use the "fork and pull" model [described here][development-models], where
242+
contributors push changes to their personal fork and create pull requests to
243+
bring those changes into the source repository.
242244

243-
[pull-requests]: https://help.github.com/articles/using-pull-requests/
245+
[pull-requests]: https://help.github.com/articles/about-pull-requests/
246+
[development-models]: https://help.github.com/articles/about-collaborative-development-models/
244247

245248
Please make pull requests against the `master` branch.
246249

0 commit comments

Comments
 (0)