@@ -55,6 +55,8 @@ that generates search queries for you.
5555Reporting an issue
5656------------------
5757
58+ .. XXX: This section is slightly out of date after recent tracker changes.
59+
5860 If the problem you're reporting is not already in the `issue tracker `_, you
5961can report it using the green :guilabel: `New issue ` button on the right of the search
6062box above the list of bugs. If you're not already signed in to GitHub, it
@@ -136,14 +138,12 @@ Following issues
136138----------------
137139
138140If you want to subscribe yourself to an issue, click the :guilabel: `🔔 Subscribe `
139- button in the sidebar. Similarly, if you were tagged by somebody else but
140- decided this issue is not for you, click the :guilabel: `🔕 Unsubscribe `
141+ button in the sidebar. Subscribe another person to the issue by tagging them
142+ in a comment with ``@username ``. If you were tagged by somebody else
143+ but decided this issue is not for you, click the :guilabel: `🔕 Unsubscribe `
141144button in the sidebar. Note that you are automatically subscribed to
142145issues you create or comment on.
143146
144- Subscribe another person to the issue by tagging them in the comment with
145- ``@username ``.
146-
147147
148148How to link to file paths in the repository when writing comments?
149149------------------------------------------------------------------
@@ -168,16 +168,16 @@ By writing :samp:`Duplicate of #{NNN}` in a comment, you can
168168What on earth is a "mannequin"?
169169-------------------------------
170170
171- For issues migrated to GitHub from ` bpo `_ where the authors or commenters
172- are not core team members, we opted not to link to their GitHub accounts
171+ For old issues migrated to GitHub from bugs.python.org (BPO) where the authors or commenters
172+ were not core team members, we opted not to link to their GitHub accounts
173173directly. Users not in the `python organization on GitHub
174174<https://github.com/orgs/python/people> `__ might not like comments to
175175appear under their name from an automated import. Others never linked GitHub on
176- ` bpo `_ in the first place so linking their account, if any, would be impossible.
176+ BPO in the first place so linking their account, if any, would be impossible.
177177
178178In those cases a "mannequin" account is present to help follow the conversation
179179that happened in the issue. In case the user did share their GitHub account
180- name in their ` bpo `_ profile, we use that. Otherwise, their classic ` bpo `_
180+ name in their BPO profile, we use that. Otherwise, their classic BPO
181181username is used instead.
182182
183183
0 commit comments