Skip to content

Commit

Permalink
chore: add type field to issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Jan 20, 2025
1 parent 56ac8b9 commit 8b8bfbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "\U0001F41E Bug report"
description: Create a report to help us improve
type: Bug
labels: ["pending triage"]
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "\U0001F680 New feature proposal"
description: Suggest an idea for this project
labels: ["feature request"]
type: Feature
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 8b8bfbb

Please sign in to comment.