Skip to content

Commit

Permalink
New issue form
Browse files Browse the repository at this point in the history
  • Loading branch information
thespbgamer committed Feb 1, 2023
1 parent 97e9d25 commit 5a6a2d6
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Feature request
description: Suggest an idea or improvement for the mod
labels: ["enhancement"]

body:
- type: textarea
id: describe-the-problem
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is.
placeholder: I'm always frustrated when ...
validations:
required: true
- type: textarea
id: describe-the-solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
placeholder: I would like to see ...
validations:
required: true
- type: textarea
id: describe-alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: I've considered ...
validations:
required: false
- type: textarea
id: extra-attachments
attributes:
label: Extra Attachments
description: If applicable, add screenshots to help explain your new feature.
validations:
required: false

0 comments on commit 5a6a2d6

Please sign in to comment.