From df0f505e005dd468f56fc2faea4f7aa75f8ae701 Mon Sep 17 00:00:00 2001 From: jiceatscion <139873336+jiceatscion@users.noreply.github.com> Date: Fri, 29 Sep 2023 17:01:28 +0200 Subject: [PATCH 1/2] Create WorkItem (#4400) * Create WorkItem Just as basic as the others. Wanted some category that's neither bug nor proposal. Just work to do; feature, performance enhancement, etc. * Update WorkItem Apparently "Name" can be a phrase, so...making it nicer on the eyes. --- .github/ISSUE_TEMPLATE/WorkItem | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/WorkItem diff --git a/.github/ISSUE_TEMPLATE/WorkItem b/.github/ISSUE_TEMPLATE/WorkItem new file mode 100644 index 0000000000..8ac5d4a0f6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/WorkItem @@ -0,0 +1,5 @@ +--- +name: Work Item +about: "Something needs doing" +labels: workitem +--- From 95d4329909f6f76643862e0e9755beadc9a60790 Mon Sep 17 00:00:00 2001 From: jiceatscion <139873336+jiceatscion@users.noreply.github.com> Date: Fri, 29 Sep 2023 17:32:07 +0200 Subject: [PATCH 2/2] Rename WorkItem to 02-workitem.md (#4401) --- .github/ISSUE_TEMPLATE/{WorkItem => 02-workitem.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{WorkItem => 02-workitem.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/WorkItem b/.github/ISSUE_TEMPLATE/02-workitem.md similarity index 100% rename from .github/ISSUE_TEMPLATE/WorkItem rename to .github/ISSUE_TEMPLATE/02-workitem.md