diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index f07d5afe4..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: Bug report -about: Report a way in which WorldEdit is not working as intended -title: '' -labels: type:bug, status:pending -assignees: '' - ---- - -**Versions** - -WorldEdit version: -Platform version: - -**Describe the bug** - - -**To Reproduce** - -1. ... -2. ... - -**Expected behavior** - - -**Screenshots** - - -**Additional context** - diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1a78eac21..468cb79d8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,4 @@ -name: Bug report !YAML +name: Bug report description: Report a way in which WorldEdit is not working as intended title: '' labels: ['type:bug', 'status:pending'] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index b66ba95d7..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for WorldEdit -title: '' -labels: type:feature-request, status:pending -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** - - -**Describe the solution you'd like** - - -**Describe alternatives you've considered** - - -**Additional context** - diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000..4b75348d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,44 @@ +name: Feature request +description: Suggest an idea for WorldEdit +title: '' +labels: ['type:feature-request', 'status:pending'] +assignees: [] +issue_body: true + +body: +- type: markdown + attributes: + value: | + Please note: we are currently not accepting feature requests designed to make it + easier to give WorldEdit to all players on a server. WorldEdit is intended for + admin use only. + +- type: textarea + attributes: + label: The Problem + description: | + What is making your WorldEdit experience sub-optimal? This should be something that + cannot be easily solved by existing WorldEdit features. + placeholder: It's hard to ... ; I'm unable to ... + validations: + required: true + +- type: textarea + attributes: + label: A Solution + description: What is your proposed solution to the above problem? + validations: + required: true + +- type: textarea + attributes: + label: Alternatives + description: | + Alternative solutions or workarounds to the problem. + You should also describe why these are not preferable to the given solution. + validations: + required: false + +- type: markdown + attributes: + value: Add any additional context you can provide below.