Skip to content

Commit d348afa

Browse files
hauntsaninjaroyreznikmethane
authored
[3.9] gh-91423: Remove bugs.python.org from bugs.rst (GH-91425) (GH-95614)
Co-authored-by: roy reznik <[email protected]> Co-authored-by: Inada Naoki <[email protected]> Co-authored-by: Ezio Melotti <[email protected]>. (cherry picked from commit df81d28)
1 parent 03dc951 commit d348afa

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

Doc/bugs.rst

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -44,38 +44,39 @@ though it may take a while to be processed.
4444
Using the Python issue tracker
4545
==============================
4646

47-
Bug reports for Python itself should be submitted via the Python Bug Tracker
48-
(https://bugs.python.org/). The bug tracker offers a Web form which allows
49-
pertinent information to be entered and submitted to the developers.
47+
Issue reports for Python itself should be submitted via the GitHub issues
48+
tracker (https://github.com/python/cpython/issues).
49+
The GitHub issues tracker offers a web form which allows pertinent information
50+
to be entered and submitted to the developers.
5051

5152
The first step in filing a report is to determine whether the problem has
5253
already been reported. The advantage in doing so, aside from saving the
53-
developers time, is that you learn what has been done to fix it; it may be that
54+
developers' time, is that you learn what has been done to fix it; it may be that
5455
the problem has already been fixed for the next release, or additional
5556
information is needed (in which case you are welcome to provide it if you can!).
56-
To do this, search the bug database using the search box on the top of the page.
57+
To do this, search the tracker using the search box at the top of the page.
5758

58-
If the problem you're reporting is not already in the bug tracker, go back to
59-
the Python Bug Tracker and log in. If you don't already have a tracker account,
60-
select the "Register" link or, if you use OpenID, one of the OpenID provider
61-
logos in the sidebar. It is not possible to submit a bug report anonymously.
59+
If the problem you're reporting is not already in the list, log in to GitHub.
60+
If you don't already have a GitHub account, create a new account using the
61+
"Sign up" link.
62+
It is not possible to submit a bug report anonymously.
6263

63-
Being now logged in, you can submit a bug. Select the "Create New" link in the
64-
sidebar to open the bug reporting form.
64+
Being now logged in, you can submit an issue.
65+
Click on the "New issue" button in the top bar to report a new issue.
6566

66-
The submission form has a number of fields. For the "Title" field, enter a
67-
*very* short description of the problem; less than ten words is good. In the
68-
"Type" field, select the type of your problem; also select the "Component" and
69-
"Versions" to which the bug relates.
67+
The submission form has two fields, "Title" and "Comment".
68+
69+
For the "Title" field, enter a *very* short description of the problem;
70+
less than ten words is good.
7071

7172
In the "Comment" field, describe the problem in detail, including what you
7273
expected to happen and what did happen. Be sure to include whether any
7374
extension modules were involved, and what hardware and software platform you
7475
were using (including version information as appropriate).
7576

76-
Each bug report will be assigned to a developer who will determine what needs to
77-
be done to correct the problem. You will receive an update each time action is
78-
taken on the bug.
77+
Each issue report will be reviewed by a developer who will determine what needs to
78+
be done to correct the problem. You will receive an update each time an action is
79+
taken on the issue.
7980

8081

8182
.. seealso::
@@ -99,6 +100,6 @@ patching Python in the `Python Developer's Guide`_. If you have questions,
99100
the `core-mentorship mailing list`_ is a friendly place to get answers to
100101
any and all questions pertaining to the process of fixing issues in Python.
101102

102-
.. _Documentation bugs: https://bugs.python.org/issue?@filter=status&@filter=components&components=4&status=1&@columns=id,activity,title,status&@sort=-activity
103+
.. _Documentation bugs: https://github.com/python/cpython/issues?q=is%3Aissue+is%3Aopen+label%3Adocs
103104
.. _Python Developer's Guide: https://devguide.python.org/
104105
.. _core-mentorship mailing list: https://mail.python.org/mailman3/lists/core-mentorship.python.org/

0 commit comments

Comments
 (0)