[CI-SKIP] Add Other textarea to issue templates (#5562)

This commit is contained in:
Prof-Bloodstone 2021-05-05 05:00:10 +02:00
parent b9ab5132c3
commit a323f37ceb
4 changed files with 21 additions and 9 deletions

View file

@ -65,9 +65,12 @@ body:
- label: My version of Minecraft is supported by Paper.
required: true
- type: markdown
- type: textarea
attributes:
value: |
label: Other
description: |
Please include other helpful information below.
The more information we receive, the quicker and more effective we can be at finding the solution to the issue.
validations:
required: false

View file

@ -37,6 +37,9 @@ body:
- label: I have ensured the feature I'm requesting isn't already in the latest supported Paper build.
required: true
- type: markdown
- type: textarea
attributes:
value: Add any other context or screenshots about the feature request below.
label: Other
description: Add any other context or screenshots about the feature request below.
validations:
required: false

View file

@ -70,8 +70,11 @@ body:
- label: My version of Minecraft is supported by Paper.
required: true
- type: markdown
- type: textarea
attributes:
value: |
label: Other
description: |
Please include other helpful links below.
The more information we receive, the quicker and more effective we can be at finding the solution to the issue.
The more information we receive, the quicker and more effective we can be at finding the solution to the issue.
validations:
required: false

View file

@ -67,8 +67,11 @@ body:
- label: My version of Minecraft is supported by Paper.
required: true
- type: markdown
- type: textarea
attributes:
value: |
label: Other
description: |
Please include other helpful information below, if any.
The more information we receive, the quicker and more effective we can be at finding the solution to the issue.
validations:
required: false