diff --git a/peps/pep-0588.rst b/peps/pep-0588.rst index b3ea24d8d..8e4010ddf 100644 --- a/peps/pep-0588.rst +++ b/peps/pep-0588.rst @@ -3,11 +3,14 @@ Title: GitHub Issues Migration Plan Author: Mariatta BDFL-Delegate: Barry Warsaw Discussions-To: https://discuss.python.org/t/13791 -Status: Draft +Status: Final Type: Informational -Content-Type: text/x-rst Created: 27-Mar-2019 +.. canonical-doc:: `psf/gh-migration#13 `__ + + The migration was carried out in April 2022. + Abstract ======== @@ -200,12 +203,12 @@ Mapping between issues from bpo and GitHub ------------------------------------------ Usually when we reference an issue from bpo, we use bpo-XYZ but with -Github, we will have a new reference with this format +GitHub, we will have a new reference with this format ``https://github.com/python/cpython/issue/XYZ``. Because we will migrate the issues from bpo to GitHub, we need to have a new field on bpo for the reference to the issues on GitHub, and the same thing on -Github for the 'eventual' reference from bpo. +GitHub for the 'eventual' reference from bpo. For GitHub, we need to add ``origin: https://bugs.python.org/issueXYZ``. For bpo, add a new field ``moved to: @@ -309,13 +312,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: