diff options
author | Brett Cannon <brettcannon@users.noreply.github.com> | 2017-03-31 21:19:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-31 21:19:04 (GMT) |
commit | 1e5766ff436cea8871042d3b3be571e04b4058f9 (patch) | |
tree | de1106251502f9d9f43d0b6189976b2126921232 /.github | |
parent | 314d6fca36a4eaa0541218431d14804fadec6488 (diff) | |
download | cpython-1e5766ff436cea8871042d3b3be571e04b4058f9.zip cpython-1e5766ff436cea8871042d3b3be571e04b4058f9.tar.gz cpython-1e5766ff436cea8871042d3b3be571e04b4058f9.tar.bz2 |
Link to the devguide's PR guidelines (GH-932)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index c64187b..9f4db19 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -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. 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 -in pull requests using the format of ``bpo-12345`` . If your pull request is in -response to a specific issue then please mention it in the title, -e.g. “bpo-12345: fix comment in tokenizer.c”. +project. Details on how to properly submit a pull request are covered in +`Lifecycle of a Pull Request <https://cpython-devguide.readthedocs.io/pullrequest.html>`_. If you are making a code contribution or large documentation contribution, please feel free to add yourself to the ``Misc/ACKS`` file alphabetically. |