Skip to content

Commit

Permalink
chore: issue template add issue type
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Dec 4, 2024
1 parent 1cb5b73 commit 31f1f13
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/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 🐞 Bug report
description: Report an issue
labels: [pending triage]
type: Bug
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 🚀 New feature proposal
description: Propose a new feature
labels: [enhancement]
type: Feature
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 31f1f13

Please sign in to comment.