From b4b42183a27e75398f71995c4df75468bc27ab38 Mon Sep 17 00:00:00 2001 From: Hendrix-Shen Date: Sat, 20 Jul 2024 15:56:59 +0800 Subject: [PATCH] [ci skip]Update issue template Signed-off-by: Hendrix-Shen --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +++-- .github/ISSUE_TEMPLATE/feature_request.yml | 5 +++-- .github/ISSUE_TEMPLATE/question.yml | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 79d37cb..698765a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,8 +2,9 @@ name: Bug Report description: Create a report to help us improve. title: "[Bug] " labels: - - "bug" - - "pending" + - "type: bug" + - "resolution: unresolved" + - "status: pending" body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 544260f..b8a9c73 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,8 +2,9 @@ name: Feature Request description: Suggest an idea for this project. title: "[Feature Request] " labels: - - "enhancement" - - "pending" + - "type: enhancement" + - "resolution: unresolved" + - "status: pending" body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index adb70e8..9d15880 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -2,8 +2,9 @@ name: Question description: Anything you don't understand. title: "[Question] " labels: - - "question" - - "pending" + - "type: question" + - "resolution: unresolved" + - "status: pending" body: - type: markdown attributes: