Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0aac2a

Browse files
committed
edits - cpython pull req
1 parent 523b77f commit e0aac2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pullrequest.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Here is a quick overview of you can contribute to CPython on GitHub:
105105

106106
2. `Get started`_ and set up your system
107107

108-
3. Fork `CPython on GitHub`_ (using the Fork button in the upper-right on GitHub)
108+
3. Fork `CPython`_ on GitHub (using the Fork button in the upper-right on GitHub)
109109

110110
4. `Compile Python`_ on your system
111111

@@ -121,15 +121,15 @@ Here is a quick overview of you can contribute to CPython on GitHub:
121121

122122
10. `Push commits`_ to your GitHub repo
123123

124-
11. `Create Pull Request`_ in GitHub to merge a branch from your Fork
124+
11. `Create Pull Request`_ in GitHub to request your changes to be merged into `CPython`_
125125

126126
12. Celebrate! You just contributed to Python. :)
127127

128128
.. _Clear communication: https://opensource.guide/how-to-contribute/#how-to-submit-a-contribution
129129
.. _Open Source: https://opensource.guide/
130130
.. _create an Issue: https://bugs.python.org/
131131
.. _Get started: https://cpython-devguide.readthedocs.io/setup.html#getting-started
132-
.. _CPython on GitHub: https://github.com/python/cpython
132+
.. _CPython: https://github.com/python/cpython
133133
.. _Compile Python: https://cpython-devguide.readthedocs.io/setup.html#compiling-for-debugging
134134
.. _Run tests: https://cpython-devguide.readthedocs.io/runtests.html#running-writing-tests
135135
.. _Add an "upstream" Git remote: https://cpython-devguide.readthedocs.io/committing.html#remotes-setup

0 commit comments

Comments
 (0)