File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 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.
84Before pushing to your Github repo and issuing the pull request,
95please do two things:
106
1171 . [ 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
15112 . Run the full Rust test suite with the ` make check ` command. You're
You can’t perform that action at this time.
0 commit comments