8000 Update links for new issue tracker (#851) · python/devguide@95c08f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 95c08f2

Browse files
authored
Update links for new issue tracker (#851)
1 parent 8bcfbd4 commit 95c08f2

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ comments they leave and their "Details" links, respectively. The key points of
2222
our workflow that are not covered by a bot or status check are:
2323

2424
- All discussions that are not directly related to the code in the pull request
25-
should happen on [bugs.python.org](https://bugs.python.org/)
25+
should happen on the [issue tracker](https://devguide.python.org/tracker/)
2626
- Upon your first non-trivial pull request (which includes documentation changes),
2727
feel free to add yourself to [`Misc/ACKS`](https://github.com/python/cpython/blob/main/Misc/ACKS)
2828

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assignees: ''
1010
> Note: This repo is for the Python devguide. If you are requesting an
1111
enhancement for the Python language or CPython interpreter,
1212
then the CPython issue tracker is better
13-
suited for this report: https://bugs.python.org
13+
suited for this report: https://github.com/python/cpython/issues
1414

1515
**Describe the bug**
1616
A clear and concise description of what the bug is.
< 10000 button class="Button Button--iconOnly Button--invisible flex-shrink-0 flex-order-1" aria-label="Collapse file: .github/ISSUE_TEMPLATE/feature_request.md">

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assignees: ''
1010
> Note: This repo is for the Python devguide. If you are requesting an
1111
enhancement for the Python language or CPython interpreter,
1212
then the CPython issue tracker is better
13-
suited for this report: https://bugs.python.org
13+
suited for this report: https://github.com/python/cpython/issues
1414

1515
**Describe the enhancement or feature you'd like**
1616
A clear and concise description of what you want to happen.

committing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Assessing a pull request
1414
Before you can accept a pull request, you need to make sure that it is ready
1515
to enter the public source tree. Ask yourself the following questions:
1616

17-
* **Are there ongoing discussions at** ``bugs.python.org`` **(b.p.o.)?**
18-
Read the linked b.p.o. issue. If there are ongoing discussions, then
17+
* **Are there ongoing discussions at the issue tracker?**
18+
Read the linked issue. If there are ongoing discussions, then
1919
we need to have a resolution there before we can merge the pull request.
2020

2121
* **Was the pull request first made against the appropriate branch?**

gh-faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GitHub issues for BPO users
22
===========================
33

4-
Here are some frequently asked quesions about how to do things in
4+
Here are some frequently asked questions about how to do things in
55
GitHub issues that you used to be able to do on `bpo`_.
66

77
Before you ask your own question, make sure you read :doc:`tracker`

index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ instructions please see the :ref:`setup guide <setup>`.
5454
git checkout -b fix-issue-12345 main
5555

5656
If an issue does not already exist, please `create it
57-
<https://bugs.python.org/>`_. Trivial issues (e.g. typo fixes) do not
58-
require any issue to be created.
57+
<https://github.com/python/cpython/issues>`_. Trivial issues (e.g. typo fixes) do
58+
not require any issue to be created.
5959

6060
6. Once you fixed the issue, run the tests, run ``make patchcheck``, and if
6161
everything is ok, commit.

triaging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Checklist for Triaging
362362
.. _Tools/demo: https://github.com/python/cpython/tree/main/Tools/demo/
363363
.. _Developer's guide: https://github.com/python/devguide/
364364
.. _GSoC: https://summerofcode.withgoogle.com/
365-
.. _issue tracker: https://bugs.python.org
365+
.. _issue tracker: https://devguide.python.org/tracker/
366366
.. _GitHub pull requests: https://github.com/python/cpython/pulls
367367
.. _Python source code repositories: https://github.com/python/cpython/
368368
.. _Reporting security issues in Python: https://www.python.org/dev/security/

0 commit comments

Comments
 (0)
0