File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ Here is a quick overview of you can contribute to CPython on GitHub:
105
105
106
106
2. `Get started `_ and set up your system
107
107
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)
109
109
110
110
4. `Compile Python `_ on your system
111
111
@@ -121,15 +121,15 @@ Here is a quick overview of you can contribute to CPython on GitHub:
121
121
122
122
10. `Push commits `_ to your GitHub repo
123
123
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 `_
125
125
126
126
12. Celebrate! You just contributed to Python. :)
127
127
128
128
.. _Clear communication : https://opensource.guide/how-to-contribute/#how-to-submit-a-contribution
129
129
.. _Open Source : https://opensource.guide/
130
130
.. _create an Issue : https://bugs.python.org/
131
131
.. _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
133
133
.. _Compile Python : https://cpython-devguide.readthedocs.io/setup.html#compiling-for-debugging
134
134
.. _Run tests : https://cpython-devguide.readthedocs.io/runtests.html#running-writing-tests
135
135
.. _Add an "upstream" Git remote : https://cpython-devguide.readthedocs.io/committing.html#remotes-setup
You can’t perform that action at this time.
0 commit comments