@@ -8,20 +8,20 @@ Using the Issue Tracker
88=======================
99
1010If you think you have found a bug in Python, you can report it to the
11- `issue tracker `_. The `issue tracker `_ is now hosted on Github , alongside
11+ `issue tracker `_. The `issue tracker `_ is now hosted on GitHub , alongside
1212the codebase and pull requests. Documentation bugs can also be reported there.
1313
1414If you would like to file an issue about this devguide, please do so at the
1515`devguide repo `_.
1616
1717.. note ::
1818 Python used to use a dedicated `Roundup `_ instance as its issue tracker.
19- That old bug tracker was hosted under the domain `bugs.python.org `
20- (sometimes called `bpo ` for short). Currently a read-only version is still
21- available on that domain for historical purposes. All `bpo ` data has been
22- migrated to the current `issue tracker `_ on Github .
19+ That old bug tracker was hosted under the domain `` bugs.python.org ` `
20+ (sometimes called `` bpo ` ` for short). Currently a read-only version is still
21+ available on that domain for historical purposes. All `` bpo ` ` data has been
22+ migrated to the current `issue tracker `_ on GitHub .
2323
24- If you're familiar with `bpo ` and would like to learn more about Github
24+ If you're familiar with `` bpo `` and would like to learn more about GitHub
2525 issues, please read this page, and the :doc: `triaging ` page as they
2626 provide good introductory material. There is also a :doc: `gh-faq `
2727 document to answer some of the more popular questions.
@@ -41,14 +41,14 @@ already been reported. Checking if the problem is an existing issue will:
4141
4242To see if an issue already exists, search the bug database using the search box
4343above the list of bugs on the issues page. A form-based `advanced search `_ query
44- builder is also available on Github to help creating the text query you need.
44+ builder is also available on GitHub to help creating the text query you need.
4545
4646Reporting an issue
4747------------------
4848
4949If the problem you're reporting is not already in the `issue tracker `_, you
5050can report it using the green "New issue" button on the right of the search
51- box above the list of bugs. If you're not already signed in to Github , it
51+ box above the list of bugs. If you're not already signed in to GitHub , it
5252will ask you to do so now.
5353
5454First you need to select what kind of problem you want to report. The
@@ -90,7 +90,7 @@ developers, this is covered in the :ref:`triaging` page. You don't need
9090to worry about those when reporting issues as a Python user.
9191
9292You will automatically receive an update each time an action is taken on
93- the bug, unless you changed your Github notification settings.
93+ the bug, unless you changed your GitHub notification settings.
9494
9595
9696Disagreement With a Resolution on the Issue Tracker
0 commit comments