@@ -44,38 +44,39 @@ though it may take a while to be processed.
44
44
Using the Python issue tracker
45
45
==============================
46
46
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.
50
51
51
52
The first step in filing a report is to determine whether the problem has
52
53
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
54
55
the problem has already been fixed for the next release, or additional
55
56
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.
57
58
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.
62
63
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 .
65
66
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 .
70
71
71
72
In the "Comment" field, describe the problem in detail, including what you
72
73
expected to happen and what did happen. Be sure to include whether any
73
74
extension modules were involved, and what hardware and software platform you
74
75
were using (including version information as appropriate).
75
76
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 .
79
80
80
81
81
82
.. seealso ::
@@ -99,6 +100,6 @@ patching Python in the `Python Developer's Guide`_. If you have questions,
99
100
the `core-mentorship mailing list `_ is a friendly place to get answers to
100
101
any and all questions pertaining to the process of fixing issues in Python.
101
102
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
103
104
.. _Python Developer's Guide : https://devguide.python.org/
104
105
.. _core-mentorship mailing list : https://mail.python.org/mailman3/lists/core-mentorship.python.org/
0 commit comments