Skip to content

Commit

Permalink
add label automaticly when create issue (opea-project#1217)
Browse files Browse the repository at this point in the history
Co-authored-by: ZhangJianyu <[email protected]>
  • Loading branch information
NeoZhangJianyu and arthw authored Dec 2, 2024
1 parent bb466b3 commit a426a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/1_bug_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Report Bug
description: Used to report bug
title: "[Bug]"
labels: ["bug"]
body:
- type: dropdown
id: priority
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/2_feaure_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Report Feature
description: Used to report feature
title: "[Feature]"
labels: ["feature"]
body:
- type: dropdown
id: priority
Expand Down

0 comments on commit a426a9a

Please sign in to comment.