Skip to content

Commit b417bc8

Browse files
committed
Update CONTRIBUTING.md
1 parent 541c657 commit b417bc8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CONTRIBUTING.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
## Pull request procedure
22

3-
Pull requests should be targeted at Rust's `incoming` branch (note
4-
that by default Github will aim them at the `master` branch) -- see
5-
"Changing The Commit Range and Destination Repository" in Github's
6-
documentation on [pull
7-
requests](https://help.github.com/articles/using-pull-requests).
3+
Pull requests should be targeted at Rust's `master` branch.
84
Before pushing to your Github repo and issuing the pull request,
95
please do two things:
106

117
1. [Rebase](http://git-scm.com/book/en/Git-Branching-Rebasing) your
12-
local changes against the `incoming` branch. Resolve any conflicts
8+
local changes against the `master` branch. Resolve any conflicts
139
that arise.
1410

1511
2. Run the full Rust test suite with the `make check` command. You're

0 commit comments

Comments
 (0)