File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
## Pull request procedure
2
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 ) .
3
+ Pull requests should be targeted at Rust's ` master ` branch.
8
4
Before pushing to your Github repo and issuing the pull request,
9
5
please do two things:
10
6
11
7
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
13
9
that arise.
14
10
15
11
2 . 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