From 0a6f9aa3cbabf743198872b69a13c939c628452e Mon Sep 17 00:00:00 2001 From: Josh Hunt Date: Thu, 18 Jul 2024 12:58:11 +0100 Subject: [PATCH] Chore: Remove Chore issue template (#90592) --- .github/ISSUE_TEMPLATE/4-chore.md | 17 ----------------- .../{5-staff_issues.md => 4-staff_issues.md} | 0 2 files changed, 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/4-chore.md rename .github/ISSUE_TEMPLATE/{5-staff_issues.md => 4-staff_issues.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/4-chore.md b/.github/ISSUE_TEMPLATE/4-chore.md deleted file mode 100644 index e1fd25a9347..00000000000 --- a/.github/ISSUE_TEMPLATE/4-chore.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Chore -about: Create an issue for a chore needing completion -labels: 'type: chore' ---- - - - -**What is the chore?**: - -**Is there anything else we need to know?**: diff --git a/.github/ISSUE_TEMPLATE/5-staff_issues.md b/.github/ISSUE_TEMPLATE/4-staff_issues.md similarity index 100% rename from .github/ISSUE_TEMPLATE/5-staff_issues.md rename to .github/ISSUE_TEMPLATE/4-staff_issues.md