fix folder structure

This commit is contained in:
aptalca
2024-02-14 15:16:40 -05:00
parent 538b7d61ff
commit 87598c1c4d
3 changed files with 0 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
# Based on the issue template
name: Feature request
description: Suggest an idea for this project
title: "[FEAT] <title>"
labels: [enhancement]
body:
- type: checkboxes
attributes:
label: Is this a new feature request?
description: Please search to see if a feature request already exists.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Name of mod
description: Tell us the name of the mod this feature request is about.
validations:
required: true
- type: textarea
attributes:
label: Wanted change
description: Tell us what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Reason for change
description: Justify your request, why do you want it, what is the benefit.
validations:
required: true
- type: textarea
attributes:
label: Proposed code change
description: Do you have a potential code change in mind?
validations:
required: false