mirror of
https://github.com/python/cpython.git
synced 2025-11-27 05:44:16 +00:00
Link to the devguide's PR guidelines (GH-932)
This commit is contained in:
parent
314d6fca36
commit
1e5766ff43
1 changed files with 2 additions and 4 deletions
6
.github/CONTRIBUTING.rst
vendored
6
.github/CONTRIBUTING.rst
vendored
|
|
@ -29,10 +29,8 @@ everything from how to build the code to submitting a pull request. There are
|
||||||
also suggestions on how you can most effectively help the project.
|
also suggestions on how you can most effectively help the project.
|
||||||
|
|
||||||
Please be aware that our workflow does deviate slightly from the typical GitHub
|
Please be aware that our workflow does deviate slightly from the typical GitHub
|
||||||
project. Issues are tracked at https://bugs.python.org/ and should be mentioned
|
project. Details on how to properly submit a pull request are covered in
|
||||||
in pull requests using the format of ``bpo-12345`` . If your pull request is in
|
`Lifecycle of a Pull Request <https://cpython-devguide.readthedocs.io/pullrequest.html>`_.
|
||||||
response to a specific issue then please mention it in the title,
|
|
||||||
e.g. “bpo-12345: fix comment in tokenizer.c”.
|
|
||||||
|
|
||||||
If you are making a code contribution or large documentation contribution,
|
If you are making a code contribution or large documentation contribution,
|
||||||
please feel free to add yourself to the ``Misc/ACKS`` file alphabetically.
|
please feel free to add yourself to the ``Misc/ACKS`` file alphabetically.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue