diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0d555e5a7..b2f95ac5a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,7 +3,6 @@ description: Create a report to help us improve title: '' labels: 'Requires Testing' assignees: [] -issue_body: true body: - type: markdown @@ -97,6 +96,7 @@ body: - label: I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit-1.16/ and the issue still persists. required: true - - type: markdown + - type: textarea attributes: - value: Add any additional context you can provide below. + label: Anything else? + description: You can provide additional context below. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 205408b23..c74b43706 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -3,7 +3,6 @@ description: Suggest an idea for this project title: '' labels: 'Enhancement' assignees: [] -issue_body: true body: - type: markdown @@ -26,6 +25,7 @@ body: validations: required: true - - type: markdown + - type: textarea attributes: - value: Add any additional context you can provide below. \ No newline at end of file + label: Anything else? + description: You can provide additional context below.