mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Merge pull request #619 from PlaceholderAPI/feature/remove-issue-body-field
Remove deprecated issue_body type
This commit is contained in:
commit
0927760d76
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -2,7 +2,6 @@ name: Bug Report
|
|||||||
description: Found a Bug about PlaceholderAPI? Use this template to report it!
|
description: Found a Bug about PlaceholderAPI? Use this template to report it!
|
||||||
labels:
|
labels:
|
||||||
- "Type: Issue (Unconfirmed)"
|
- "Type: Issue (Unconfirmed)"
|
||||||
issue_body: false
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -2,7 +2,6 @@ name: Feature Request
|
|||||||
description: Suggest a new Feature for PlaceholderAPI
|
description: Suggest a new Feature for PlaceholderAPI
|
||||||
labels:
|
labels:
|
||||||
- "Type: Enhancement"
|
- "Type: Enhancement"
|
||||||
issue_body: false
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
Reference in New Issue
Block a user