mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-09 22:21:49 +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
|
||||
description: Found a Bug about PlaceholderAPI? Use this template to report it!
|
||||
labels: "Type: Issue (Unconfirmed)"
|
||||
labels:
|
||||
- "Type: Issue (Unconfirmed)"
|
||||
issue_body: false
|
||||
body:
|
||||
- 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
|
||||
description: Suggest a new Feature for PlaceholderAPI
|
||||
labels: 'Type: Enhancement'
|
||||
labels:
|
||||
- "Type: Enhancement"
|
||||
issue_body: false
|
||||
body:
|
||||
- type: markdown
|
||||
|
Loading…
Reference in New Issue
Block a user