add label automaticly when create issue (#1217)
Co-authored-by: ZhangJianyu <zhang.jianyu@outlook.com>
This commit is contained in:
1
.github/ISSUE_TEMPLATE/1_bug_template.yml
vendored
1
.github/ISSUE_TEMPLATE/1_bug_template.yml
vendored
@@ -4,6 +4,7 @@
|
||||
name: Report Bug
|
||||
description: Used to report bug
|
||||
title: "[Bug]"
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: dropdown
|
||||
id: priority
|
||||
|
||||
1
.github/ISSUE_TEMPLATE/2_feaure_template.yml
vendored
1
.github/ISSUE_TEMPLATE/2_feaure_template.yml
vendored
@@ -4,6 +4,7 @@
|
||||
name: Report Feature
|
||||
description: Used to report feature
|
||||
title: "[Feature]"
|
||||
labels: ["feature"]
|
||||
body:
|
||||
- type: dropdown
|
||||
id: priority
|
||||
|
||||
Reference in New Issue
Block a user