From 0aa3fa27a5c8c5da44a08f825aa7d888e59ab160 Mon Sep 17 00:00:00 2001 From: jiceatscion <139873336+jiceatscion@users.noreply.github.com> Date: Fri, 29 Sep 2023 16:04:42 +0200 Subject: [PATCH 1/2] 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. --- .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..ebc981e9fe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/WorkItem @@ -0,0 +1,5 @@ +--- +name: WorkItem +about: "Something needs doing" +labels: workitem +--- From e248b647153b8b5c57dc2dbe6b85f95cb84b393a Mon Sep 17 00:00:00 2001 From: jiceatscion <139873336+jiceatscion@users.noreply.github.com> Date: Fri, 29 Sep 2023 16:10:11 +0200 Subject: [PATCH 2/2] Update WorkItem Apparently "Name" can be a phrase, so...making it nicer on the eyes. --- .github/ISSUE_TEMPLATE/WorkItem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/WorkItem b/.github/ISSUE_TEMPLATE/WorkItem index ebc981e9fe..8ac5d4a0f6 100644 --- a/.github/ISSUE_TEMPLATE/WorkItem +++ b/.github/ISSUE_TEMPLATE/WorkItem @@ -1,5 +1,5 @@ --- -name: WorkItem +name: Work Item about: "Something needs doing" labels: workitem ---