diff options
author | Prof-Bloodstone <[email protected]> | 2021-05-05 05:00:10 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-05 04:00:10 +0100 |
commit | 21fbc319639d72e8fa325527994373a0ebc538bd (patch) | |
tree | e20e760ed20e9f70c98eafa0108c745d82ece5dc /.github | |
parent | 453e983e4b7546d280c6449a0fbeb676bb3ecc9c (diff) | |
download | Paper-21fbc319639d72e8fa325527994373a0ebc538bd.tar.gz Paper-21fbc319639d72e8fa325527994373a0ebc538bd.zip |
[CI-SKIP] Add Other textarea to issue templates (#5562)
Diffstat (limited to '.github')
4 files changed, 21 insertions, 9 deletions
diff --git a/.github/ISSUE_TEMPLATE/behavior-bug-or-plugin-incompatibility.yml b/.github/ISSUE_TEMPLATE/behavior-bug-or-plugin-incompatibility.yml index a6e6969a56..2a648e4e44 100644 --- a/.github/ISSUE_TEMPLATE/behavior-bug-or-plugin-incompatibility.yml +++ b/.github/ISSUE_TEMPLATE/behavior-bug-or-plugin-incompatibility.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index b2caabf940..db9e28daa7 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -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.
\ No newline at end of file + label: Other + description: Add any other context or screenshots about the feature request below. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/performance-problem.yml b/.github/ISSUE_TEMPLATE/performance-problem.yml index 08ccbf7109..e0d39def74 100644 --- a/.github/ISSUE_TEMPLATE/performance-problem.yml +++ b/.github/ISSUE_TEMPLATE/performance-problem.yml @@ -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.
\ No newline at end of file + The more information we receive, the quicker and more effective we can be at finding the solution to the issue. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/server-crash-or-stacktrace.yml b/.github/ISSUE_TEMPLATE/server-crash-or-stacktrace.yml index 348e429d5b..9958e717d2 100644 --- a/.github/ISSUE_TEMPLATE/server-crash-or-stacktrace.yml +++ b/.github/ISSUE_TEMPLATE/server-crash-or-stacktrace.yml @@ -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 |