File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -145,14 +145,16 @@ Creating a Pull Request
145145
1461461. Go to https://github.com/python/cpython.
147147
148- 2. Click ``compare across forks `` link .
148+ 2. Press ``New pull request `` button .
149149
150- 3. Select the base fork: `` python/cpython `` and base branch: `` master `` .
150+ 3. Click `` compare across forks `` link .
151151
152- 4. Select the head fork: ``<username>/cpython `` and base branch: the branch
152+ 4. Select the base fork: ``python/cpython `` and base branch: ``master ``.
153+
154+ 5. Select the head fork: ``<username>/cpython `` and base branch: the branch
153155 containing your changes.
154156
155- 5 . Press ``Create Pull Request `` button.
157+ 6 . Press ``Create Pull Request `` button.
156158
157159
158160Syncing With Upstream
You can’t perform that action at this time.
0 commit comments