mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
541c657a73
commit
b417bc8511
@ -1,15 +1,11 @@
|
|||||||
## Pull request procedure
|
## Pull request procedure
|
||||||
|
|
||||||
Pull requests should be targeted at Rust's `incoming` branch (note
|
Pull requests should be targeted at Rust's `master` branch.
|
||||||
that by default Github will aim them at the `master` branch) -- see
|
|
||||||
"Changing The Commit Range and Destination Repository" in Github's
|
|
||||||
documentation on [pull
|
|
||||||
requests](https://help.github.com/articles/using-pull-requests).
|
|
||||||
Before pushing to your Github repo and issuing the pull request,
|
Before pushing to your Github repo and issuing the pull request,
|
||||||
please do two things:
|
please do two things:
|
||||||
|
|
||||||
1. [Rebase](http://git-scm.com/book/en/Git-Branching-Rebasing) your
|
1. [Rebase](http://git-scm.com/book/en/Git-Branching-Rebasing) your
|
||||||
local changes against the `incoming` branch. Resolve any conflicts
|
local changes against the `master` branch. Resolve any conflicts
|
||||||
that arise.
|
that arise.
|
||||||
|
|
||||||
2. Run the full Rust test suite with the `make check` command. You're
|
2. Run the full Rust test suite with the `make check` command. You're
|
||||||
|
Loading…
Reference in New Issue
Block a user