From ebc79e0ae53f7d795849fe2f7db7e2294274bd15 Mon Sep 17 00:00:00 2001 From: esc Date: Thu, 30 Jun 2022 17:42:09 +0200 Subject: [PATCH] include a note to ping @RC_testers on discourse As title --- .github/ISSUE_TEMPLATE/first_rc_checklist.md | 3 ++- .github/ISSUE_TEMPLATE/sub_rc_checklist.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/first_rc_checklist.md b/.github/ISSUE_TEMPLATE/first_rc_checklist.md index 6056dada690..dfbf41ae346 100644 --- a/.github/ISSUE_TEMPLATE/first_rc_checklist.md +++ b/.github/ISSUE_TEMPLATE/first_rc_checklist.md @@ -28,7 +28,8 @@ labels: task * [ ] Upload wheels and sdist to PyPI (upload from `ci_artifacts`). * [ ] Verify wheels for all platforms arrived on PyPi. * [ ] Initialize and verify ReadTheDocs build. -* [ ] Send RC announcement email / post announcement to discourse group. +* [ ] Post announcement to discourse group and ping the release testers group + using `@RC_Testers`. * [ ] Post link to Twitter. ### Post Release: diff --git a/.github/ISSUE_TEMPLATE/sub_rc_checklist.md b/.github/ISSUE_TEMPLATE/sub_rc_checklist.md index 1b8d3b64784..4e12e347c36 100644 --- a/.github/ISSUE_TEMPLATE/sub_rc_checklist.md +++ b/.github/ISSUE_TEMPLATE/sub_rc_checklist.md @@ -26,8 +26,9 @@ labels: task * [ ] Upload wheels and sdist to PyPI (upload from `ci_artifacts`). * [ ] Verify wheels for all platforms arrived on PyPi. * [ ] Verify ReadTheDocs build. -* [ ] Send RC/FINAL announcement email / post announcement to discourse group. * [ ] Post link to Twitter. +* [ ] Post announcement to discourse group and ping the release testers group + using `@RC_Testers` (RC ONLY). * [ ] Post link to python-announce-list@python.org. ### Post release