Skip to content

Commit

Permalink
chore: Add issue type to the issue templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Jan 23, 2025
1 parent 0d4b892 commit b9ce7d4
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 🐞 Bug Report
description: File a bug report.
title: "[Bug]: "
labels: ["bug"]
type: "bug"
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 🚀 Feature Request
description: File a feature request.
title: "[FR]: "
labels: ["enhancement"]
type: "feature request"
body:
- type: markdown
attributes:
Expand Down

0 comments on commit b9ce7d4

Please sign in to comment.