From a426a9a51d68b4a651b461646d6da3b1c61f3448 Mon Sep 17 00:00:00 2001 From: Neo Zhang Jianyu Date: Mon, 2 Dec 2024 13:41:22 +0800 Subject: [PATCH] add label automaticly when create issue (#1217) Co-authored-by: ZhangJianyu --- .github/ISSUE_TEMPLATE/1_bug_template.yml | 1 + .github/ISSUE_TEMPLATE/2_feaure_template.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1_bug_template.yml b/.github/ISSUE_TEMPLATE/1_bug_template.yml index 0e3d14726..04a760e43 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_template.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_template.yml @@ -4,6 +4,7 @@ name: Report Bug description: Used to report bug title: "[Bug]" +labels: ["bug"] body: - type: dropdown id: priority diff --git a/.github/ISSUE_TEMPLATE/2_feaure_template.yml b/.github/ISSUE_TEMPLATE/2_feaure_template.yml index 7d84a7ad3..2c9e4ea8a 100644 --- a/.github/ISSUE_TEMPLATE/2_feaure_template.yml +++ b/.github/ISSUE_TEMPLATE/2_feaure_template.yml @@ -4,6 +4,7 @@ name: Report Feature description: Used to report feature title: "[Feature]" +labels: ["feature"] body: - type: dropdown id: priority