mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-04-12 14:40:42 +08:00
Address issue template deprecations (#1736)
This commit is contained in:
parent
10c8a11d7d
commit
1f113ec04b
5
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
5
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,9 +1,6 @@
|
||||
name: Bug report
|
||||
description: Report a way in which WorldEdit is not working as intended
|
||||
title: ''
|
||||
labels: ['type:bug', 'status:pending']
|
||||
assignees: []
|
||||
issue_body: true
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
@ -55,6 +52,6 @@ body:
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
- type: textarea
|
||||
attributes:
|
||||
value: Add any additional context you can provide below.
|
||||
|
5
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
5
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,9 +1,6 @@
|
||||
name: Feature request
|
||||
description: Suggest an idea for WorldEdit
|
||||
title: ''
|
||||
labels: ['type:feature-request', 'status:pending']
|
||||
assignees: []
|
||||
issue_body: true
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
@ -39,6 +36,6 @@ body:
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: markdown
|
||||
- type: textarea
|
||||
attributes:
|
||||
value: Add any additional context you can provide below.
|
||||
|
Loading…
x
Reference in New Issue
Block a user