mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-12 23:06:48 +01:00
Merge pull request #585 from PlaceholderAPI/fix/change-to-stringlist
Use lists and not comma-separated string
This commit is contained in:
commit
87ea46a4dd
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: Bug Report
|
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: "Type: Issue (Unconfirmed)"
|
labels:
|
||||||
|
- "Type: Issue (Unconfirmed)"
|
||||||
issue_body: false
|
issue_body: false
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
3
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
3
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Suggest a new Feature for PlaceholderAPI
|
description: Suggest a new Feature for PlaceholderAPI
|
||||||
labels: 'Type: Enhancement'
|
labels:
|
||||||
|
- "Type: Enhancement"
|
||||||
issue_body: false
|
issue_body: false
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
Loading…
Reference in New Issue
Block a user