diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2022-03-24 23:45:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 23:45:50 (GMT) |
commit | b68431fadb3150134ac6ccbf501cdfeaf4c75678 (patch) | |
tree | 01eae6fa6085233b4513e894b32f7548d830e44f | |
parent | 8a0a9e5b1928fab7d9819c8d6498ef5c0b9383af (diff) | |
download | cpython-b68431fadb3150134ac6ccbf501cdfeaf4c75678.zip cpython-b68431fadb3150134ac6ccbf501cdfeaf4c75678.tar.gz cpython-b68431fadb3150134ac6ccbf501cdfeaf4c75678.tar.bz2 |
Add an issue template config for the migration (GH-32101)
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..6a222c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: ⚠ GitHub Issues Migration in progress ⚠ + url: https://discuss.python.org/t/github-issues-migration-status-update/14573 + about: Check status updates on the migration |