Sub out for new issue templates

This commit is contained in:
Octavia Togami 2021-03-09 00:42:20 -08:00
parent 8496b41042
commit 1bdd8cb910
No known key found for this signature in database
GPG Key ID: 36855DB2BA11CF6C
4 changed files with 45 additions and 51 deletions

View File

@ -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**
<!-- Please include the full version of WorldEdit and the platform (Forge, Fabric, Bukkit...) you are running, e.g. output from `/we version` and `/version` commands, where applicable. Please ensure you are running up to date software before making a bug report. Old versions will receive little to no support. -->
WorldEdit version:
Platform version:
**Describe the bug**
<!-- A clear and concise description of what the bug is. -->
**To Reproduce**
<!-- Steps to reproduce the behavior: -->
1. ...
2. ...
**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->
**Screenshots**
<!-- If applicable, add screenshots to help explain your problem. -->
**Additional context**
<!-- Add any other context about the problem here. -->

View File

@ -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']

View File

@ -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.**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->
**Describe alternatives you've considered**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->

View File

@ -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.