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

This commit is contained in:
Prof-Bloodstone 2021-05-05 05:00:10 +02:00 committed by GitHub
parent 453e983e4b
commit 21fbc31963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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