diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-02-06 22:07:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-06 22:07:00 (GMT) |
commit | c993ffa4776c9ec00843a3e7fb4cd3444e7fe90e (patch) | |
tree | 748c25f103290d0ad20f4b306c55d8115e8317d2 /Doc/bugs.rst | |
parent | 9e7acafa14e30a3c0cc20245ff6987cd732bf269 (diff) | |
download | cpython-c993ffa4776c9ec00843a3e7fb4cd3444e7fe90e.zip cpython-c993ffa4776c9ec00843a3e7fb4cd3444e7fe90e.tar.gz cpython-c993ffa4776c9ec00843a3e7fb4cd3444e7fe90e.tar.bz2 |
GH-101616: Mention the Docs Discourse forum in the "reporting docs issues" (GH-101617)
Fixes https://github.com/python/cpython/issues/101616
(cherry picked from commit 949c58f945b93af5b7bb70c6448e940da669065d)
Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>
Diffstat (limited to 'Doc/bugs.rst')
-rw-r--r-- | Doc/bugs.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/bugs.rst b/Doc/bugs.rst index 69d7c27..4f30ef1 100644 --- a/Doc/bugs.rst +++ b/Doc/bugs.rst @@ -19,6 +19,9 @@ If you find a bug in this documentation or would like to propose an improvement, please submit a bug report on the :ref:`tracker <using-the-tracker>`. If you have a suggestion on how to fix it, include that as well. +You can also open a discussion item on our +`Documentation Discourse forum <https://discuss.python.org/c/documentation/26>`_. + If you're short on time, you can also email documentation bug reports to docs@python.org (behavioral bugs can be sent to python-list@python.org). 'docs@' is a mailing list run by volunteers; your request will be noticed, |