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