-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f748120
commit 03789d7
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |