Skip to content

Commit

Permalink
Set issue type in the templates
Browse files Browse the repository at this point in the history
We already have the label, so it's not quite clear if it's worth it, but
let make our issue board look even more like a tube of smarties.
  • Loading branch information
SquidDev committed Jan 17, 2025
1 parent 5ba7f99 commit d6749f8
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.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Bug report
description: Report some misbehaviour in the mod
labels: [ bug ]
type: bug
body:
- type: dropdown
id: mc-version
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Feature request
about: Suggest an idea or improvement
labels: enhancement
type: feature
---

<!--
Expand Down

0 comments on commit d6749f8

Please sign in to comment.