From 5594e993d1a4c8efd64d96787aaf7467e9b9dac0 Mon Sep 17 00:00:00 2001 From: Anish Bista <108048384+anishbista60@users.noreply.github.com> Date: Thu, 23 Jul 2026 04:56:57 +0530 Subject: [PATCH] chore: add the template for the enhancement issue [skip ci] (#7242) Signed-off-by: anish bista --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/enhancement_request.md | 28 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/enhancement_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d92ae81d4..bd889544a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: "\U0001F41B Bug report" about: Create a report to help us improve title: "" -labels: kind/bug +labels: type/bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md new file mode 100644 index 000000000..fdf436eae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement_request.md @@ -0,0 +1,28 @@ +--- +name: "✨ Enhancement request" +about: Suggest an improvement to an existing feature +title: "[Enhancement]" +labels: type/enhancement +assignees: '' + +--- + +**Which existing feature or component would you like to improve?** + + +**What is the current limitation or pain point?** + + +**Describe the improvement you'd like** + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 3bac1e43c..d7f41b14b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: "\U0001F680 Feature request" about: Suggest an idea for this project title: "[Feature]" -labels: kind/feature +labels: type/feature assignees: '' ---