From f62980606a8f93c22ea1d8176016dc0d951e5a8e Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Thu, 11 Mar 2021 22:07:48 +0100 Subject: [PATCH] Use lists and not comma-separated string --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3da215e..5e9a884 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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