Skip to content

Commit

Permalink
Add feature bug report type
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiDragon committed Apr 28, 2022
1 parent f748120 commit 03789d7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Feature Request
description: You have an idea on how to improve the mod
title: "[Feature]: "
labels: ["feature"]
body:
- type: markdown
attributes:
value: "# General Information"
- type: textarea
attributes:
label: Description of the feature
description: Describe what you think should be added/improved
validations:
required: true
- type: textarea
attributes:
label: How does it make the mod better?
description: Why do you think this feature is good idea? What makes it so good?
validations:
required: true

0 comments on commit 03789d7

Please sign in to comment.