From 785d4c8ca3ecc5f10da152b7d8f492e49769d9c0 Mon Sep 17 00:00:00 2001 From: Rebecca Hum <16962021+rebeccahum@users.noreply.github.com> Date: Wed, 21 Apr 2021 14:56:03 -0600 Subject: [PATCH] Docs: Add version compare for bugs to checklist --- .github/ISSUE_TEMPLATE/release-template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release-template.md b/.github/ISSUE_TEMPLATE/release-template.md index 563f2d2e..026b6704 100644 --- a/.github/ISSUE_TEMPLATE/release-template.md +++ b/.github/ISSUE_TEMPLATE/release-template.md @@ -1,7 +1,7 @@ --- name: Release template about: Internally used for new releases -title: Release 2.x.y +title: Release x.y.z labels: 'Type: Maintenance' assignees: GaryJones, rebeccahum @@ -13,6 +13,7 @@ assignees: GaryJones, rebeccahum PR for tracking changes for the X.Y.Z release. Target release date: DOW DD MMMM YYYY. +- [ ] Scan WordPress (or just wp-admin folder) with prior version and compare results against new release for potential new bugs. - [ ] Add change log for this release: PR #XXX - [ ] Double-check whether any dependencies need bumping. - [ ] Merge this PR.