WorldEdit/.github/ISSUE_TEMPLATE/feature_request.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

43 lines
1.2 KiB
YAML
Raw Normal View History

2021-03-09 16:42:20 +08:00
name: Feature request
description: Suggest an idea for WorldEdit
labels: ['type:feature-request', 'status:pending']
body:
- type: markdown
attributes:
2021-03-09 16:44:49 +08:00
value: >
2021-03-09 16:42:20 +08:00
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
2021-03-09 16:44:49 +08:00
description: >
2021-03-09 16:42:20 +08:00
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: textarea
2021-03-09 16:42:20 +08:00
attributes:
2021-04-24 02:50:24 +08:00
label: Anything Else?
2021-07-04 02:46:14 +08:00
description: Add any additional context you can provide below.