Skip to content

Commit

Permalink
Sub out for new issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal committed Mar 9, 2021
1 parent 8496b41 commit 1bdd8cb
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 51 deletions.
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

2 changes: 1 addition & 1 deletion .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']
Expand Down
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

44 changes: 44 additions & 0 deletions .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.

0 comments on commit 1bdd8cb

Please sign in to comment.