Skip to content

Update links for new issue tracker #851

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ comments they leave and their "Details" links, respectively. The key points of
our workflow that are not covered by a bot or status check are:

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

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assignees: ''
> Note: This repo is for the Python devguide. If you are requesting an
enhancementfor the Python language or CPython interpreter,
then the CPython issue tracker is better
suited for this report: https://bugs.python.org
suited for this report: https://github.com/python/cpython/issues

**Describe the bug**
A clear and concise description of what the bug is.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assignees: ''
> Note: This repo is for the Python devguide. If you are requesting an
enhancement for the Python language or CPython interpreter,
then the CPython issue tracker is better
suited for this report: https://bugs.python.org
suited for this report: https://github.com/python/cpython/issues

**Describe the enhancement or feature you'd like**
A clear and concise description of what you want to happen.
Expand Down
4 changes: 2 additions & 2 deletions committing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Assessing a pull request
Before you can accept a pull request, you need to make sure that it is ready
to enter the public source tree. Ask yourself the following questions:

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

* **Was the pull request first made against the appropriate branch?**
Expand Down
2 changes: 1 addition & 1 deletion gh-faq.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GitHub issues for BPO users
===========================

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

Before you ask your own question, make sure you read :doc:`tracker`
Expand Down
4 changes: 2 additions & 2 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ instructions please see the :ref:`setup guide <setup>`.
git checkout -b fix-issue-12345 main

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

6. Once you fixed the issue, run the tests, run ``make patchcheck``, and if
everything is ok, commit.
Expand Down
2 changes: 1 addition & 1 deletion triaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ Checklist for Triaging
.. _Tools/demo: https://github.com/python/cpython/tree/main/Tools/demo/
.. _Developer's guide: https://github.com/python/devguide/
.. _GSoC: https://summerofcode.withgoogle.com/
.. _issue tracker: https://bugs.python.org
.. _issue tracker: https://devguide.python.org/tracker/
.. _GitHub pull requests: https://github.com/python/cpython/pulls
.. _Python source code repositories: https://github.com/python/cpython/
.. _Reporting security issues in Python: https://www.python.org/dev/security/
Expand Down