We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 541c657 commit b417bc8Copy full SHA for b417bc8
CONTRIBUTING.md
@@ -1,15 +1,11 @@
1
## Pull request procedure
2
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).
+Pull requests should be targeted at Rust's `master` branch.
8
Before pushing to your Github repo and issuing the pull request,
9
please do two things:
10
11
1. [Rebase](http://git-scm.com/book/en/Git-Branching-Rebasing) your
12
- local changes against the `incoming` branch. Resolve any conflicts
+ local changes against the `master` branch. Resolve any conflicts
13
that arise.
14
15
2. Run the full Rust test suite with the `make check` command. You're
0 commit comments