Skip to content

Commit

Permalink
add enhancement issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
iron431 committed Oct 30, 2024
1 parent d783ec7 commit b67e59d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 💡 Enhancement
description: Suggest new functionality or improvements of the codebase/api
labels: [enhancement]
body:
- type: textarea
id: description
attributes:
label: Description
description: A clear and concise description of what you want to improve
validations:
required: true
- type: checkboxes
attributes:
label: Not a feature request
options:
- label: I understand this is not a content/feature request for the mod (as those are on discord), but for the codebase
required: true

0 comments on commit b67e59d

Please sign in to comment.