[ci skip] update issue template to remove checkboxes and add datapacks (#6702)

* Update issue template to remove checkboxes and add datapacks

* capitalize GitHub and Discord
This commit is contained in:
sulu5890
2021-10-02 13:42:35 -05:00
parent 6ef714345f
commit 7fc2dfac97
5 changed files with 75 additions and 67 deletions

View File

@@ -1,5 +1,6 @@
name: Feature Request
description: Suggest an idea for Paper
labels: [ "status: needs triage", "type: feature" ]
body:
- type: markdown
attributes:
@@ -14,12 +15,14 @@ body:
description: Please give some context for this request. Why do you want it added?
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you'd like.
description: A clear and concise description of what you want.
validations:
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered.
@@ -27,19 +30,15 @@ body:
validations:
required: true
- type: checkboxes
attributes:
label: Agreements
description: Please agree to the following.
options:
- label: I have searched for and ensured there isn't already an open issue regarding this.
required: true
- label: I have ensured the feature I'm requesting isn't already in the latest supported Paper build.
required: true
- type: textarea
attributes:
label: Other
description: Add any other context or screenshots about the feature request below.
validations:
required: false
- type: markdown
attributes:
value: |
Before submitting this feature request, please search our issue tracker to ensure your feature has not
alerady been requested.