diff options
author | Brett Cannon <brettcannon@users.noreply.github.com> | 2017-05-03 17:51:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-03 17:51:55 (GMT) |
commit | 7fdd30975e3fa9ec4be62464a9fcab7798d0ed6e (patch) | |
tree | 4785edf5037e864d31270f7541134b8f17a81123 /.github | |
parent | 8856940cf2e82cb17db2b684cd5732fe658605ca (diff) | |
download | cpython-7fdd30975e3fa9ec4be62464a9fcab7798d0ed6e.zip cpython-7fdd30975e3fa9ec4be62464a9fcab7798d0ed6e.tar.gz cpython-7fdd30975e3fa9ec4be62464a9fcab7798d0ed6e.tar.bz2 |
Explicitly mention what should (not) be discussed on GitHub (GH-1437)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index 9f4db19..83cfee3 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -31,6 +31,9 @@ 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. Details on how to properly submit a pull request are covered in `Lifecycle of a Pull Request <https://cpython-devguide.readthedocs.io/pullrequest.html>`_. +One key point is to keep comments on GitHub to only those related to the reviewing +the code in the pull request. All other discussions -- e.g. about the issue being +fixed -- should happen on bugs.python.org. If you are making a code contribution or large documentation contribution, please feel free to add yourself to the ``Misc/ACKS`` file alphabetically. |