diff options
| author | Tej Chajed <tchajed@mit.edu> | 2017-08-12 12:28:29 +0100 |
|---|---|---|
| committer | Tej Chajed <tchajed@mit.edu> | 2017-08-12 12:34:49 +0100 |
| commit | a746129bdb50186994c6f62769ff043bb58f6fd7 (patch) | |
| tree | b64d759e3a7dc8a9ade5cb202f148cb6d8b7887b | |
| parent | bffc973da8a7045d6ad5c678eab6fd57ab49ed54 (diff) | |
| download | rust-a746129bdb50186994c6f62769ff043bb58f6fd7.tar.gz rust-a746129bdb50186994c6f62769ff043bb58f6fd7.zip | |
Update GitHub pull request documentation link
| -rw-r--r-- | CONTRIBUTING.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 04b6fea75a7..a8ab9ff48b4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -237,10 +237,13 @@ Some common invocations of `x.py` are: ## Pull Requests Pull requests are the primary mechanism we use to change Rust. GitHub itself -has some [great documentation][pull-requests] on using the Pull Request -feature. We use the 'fork and pull' model described there. +has some [great documentation][pull-requests] on using the Pull Request feature. +We use the "fork and pull" model [described here][development-models], where +contributors push changes to their personal fork and create pull requests to +bring those changes into the source repository. -[pull-requests]: https://help.github.com/articles/using-pull-requests/ +[pull-requests]: https://help.github.com/articles/about-pull-requests/ +[development-models]: https://help.github.com/articles/about-collaborative-development-models/ Please make pull requests against the `master` branch. |
