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] 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 +---