-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,14 @@ Title: GitHub Issues Migration Plan | |
Author: Mariatta <[email protected]> | ||
BDFL-Delegate: Barry Warsaw <[email protected]> | ||
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 <https://github.com/psf/gh-migration/issues/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: |