File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed 
src/doc/rustc-dev-guide/src Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,14 @@ and PRs:
7070 6 .  Push your changes to your fork: ` git push --set-upstream origin issue-12345-fix ` 
7171 (After adding commits, you can use ` git push `  and after rebasing or
7272pulling-and-rebasing, you can use ` git push --force-with-lease ` ).
73-  7 .  If you end up needing to rebase and are hitting conflicts, see [ Rebasing] ( #rebasing ) .
74-  8 .  If you want to track upstream while working on long-running feature/issue, see
75-  [ Keeping things up to date] ( #keeping-things-up-to-date ) .
76-  9 .  [ Open a PR] [ ghpullrequest ]  from your fork to ` rust-lang/rust ` 's master branch.
73+  7 .  [ Open a PR] [ ghpullrequest ]  from your fork to ` rust-lang/rust ` 's master branch.
7774
7875[ ghpullrequest ] : https://guides.github.com/activities/forking/#making-a-pull-request 
7976
77+ If you end up needing to rebase and are hitting conflicts, see [ Rebasing] ( #rebasing ) .
78+ If you want to track upstream while working on long-running feature/issue, see
79+ [ Keeping things up to date] ( #keeping-things-up-to-date ) .
80+ 
8081If your reviewer requests changes, the procedure for those changes looks much
8182the same, with some steps skipped:
8283
                                 You can’t perform that action at this time. 
               
                  
0 commit comments