From cba0711d40724474b0ec6c7b7f94c43ca1c56c2d Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Wed, 29 Jan 2025 10:30:19 -0800 Subject: [PATCH 1/2] chore: include "Issue type" for bug report --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 38e119358ae..1944bbd443a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,10 @@ name: Bug report about: Create a report to help us improve title: '' +# legacy classification using labels labels: 'bug' +# new native Issue Type https://github.com/orgs/community/discussions/148715 +type: 'bug' assignees: '' --- From 5cea1502221f3c35eaa47a494bfb8a83dbfa844a Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Wed, 29 Jan 2025 10:31:07 -0800 Subject: [PATCH 2/2] chore: split work_item template to feature / task --- .../ISSUE_TEMPLATE/{work_item.md => feature.md} | 7 +++++-- .github/ISSUE_TEMPLATE/task.md | 15 +++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) rename .github/ISSUE_TEMPLATE/{work_item.md => feature.md} (53%) create mode 100644 .github/ISSUE_TEMPLATE/task.md diff --git a/.github/ISSUE_TEMPLATE/work_item.md b/.github/ISSUE_TEMPLATE/feature.md similarity index 53% rename from .github/ISSUE_TEMPLATE/work_item.md rename to .github/ISSUE_TEMPLATE/feature.md index 8330f2770bf..96751077f47 100644 --- a/.github/ISSUE_TEMPLATE/work_item.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,8 +1,11 @@ --- -name: Work Item -about: A unit of work that (maybe) needs to be done +name: Feature +about: A request, idea, or new functionality title: '' +# legacy classification using labels labels: 'enhancement' +# new native Issue Type https://github.com/orgs/community/discussions/148715 +type: 'feature' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md new file mode 100644 index 00000000000..800b500e632 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.md @@ -0,0 +1,15 @@ +--- +name: Task +about: A specific piece of work +title: '' +# new native Issue Type https://github.com/orgs/community/discussions/148715 +type: 'task' +assignees: '' + +--- + +# What + +## Why + +## How