Merge pull request #585 from PlaceholderAPI/fix/change-to-stringlist

Use lists and not comma-separated string
This commit is contained in:
Andre_601
2021-03-11 22:09:05 +01:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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