From 21fbc319639d72e8fa325527994373a0ebc538bd Mon Sep 17 00:00:00 2001 From: Prof-Bloodstone <46570876+Prof-Bloodstone@users.noreply.github.com> Date: Wed, 5 May 2021 05:00:10 +0200 Subject: [PATCH] [CI-SKIP] Add Other textarea to issue templates (#5562) --- .../behavior-bug-or-plugin-incompatibility.yml | 7 +++++-- .github/ISSUE_TEMPLATE/feature-request.yml | 7 +++++-- .github/ISSUE_TEMPLATE/performance-problem.yml | 9 ++++++--- .github/ISSUE_TEMPLATE/server-crash-or-stacktrace.yml | 7 +++++-- 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 a6e6969a5..2a648e4e4 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 b2caabf94..db9e28daa 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 08ccbf710..e0d39def7 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 348e429d5..9958e717d 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