File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,8 @@ everything from how to build the code to submitting a pull request. There are
29
29
also suggestions on how you can most effectively help the project.
30
30
31
31
Please be aware that our workflow does deviate slightly from the typical GitHub
32
- project. Issues are tracked at https://bugs.python.org/ and should be mentioned
33
- in pull requests using the format of ``bpo-12345 `` . If your pull request is in
34
- response to a specific issue then please mention it in the title,
35
- e.g. “bpo-12345: fix comment in tokenizer.c”.
32
+ project. Details on how to properly submit a pull request are covered in
33
+ `Lifecycle of a Pull Request <https://cpython-devguide.readthedocs.io/pullrequest.html >`_.
36
34
37
35
If you are making a code contribution or large documentation contribution,
38
36
please feel free to add yourself to the ``Misc/ACKS `` file alphabetically.
You can’t perform that action at this time.
0 commit comments