From 265a818856567a3f216eaefb63312004e01de9f1 Mon Sep 17 00:00:00 2001 From: STAM Date: Wed, 6 Dec 2023 18:41:43 +0300 Subject: [PATCH] issue templates updated #66 --- .github/ISSUE_TEMPLATE/template-bug.yml | 2 +- .github/ISSUE_TEMPLATE/template-feature.yml | 2 +- .github/ISSUE_TEMPLATE/template-question.yml | 2 +- .github/ISSUE_TEMPLATE/template-task.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/template-bug.yml b/.github/ISSUE_TEMPLATE/template-bug.yml index 808d869..1a02013 100644 --- a/.github/ISSUE_TEMPLATE/template-bug.yml +++ b/.github/ISSUE_TEMPLATE/template-bug.yml @@ -1,7 +1,7 @@ name: Bug Report description: A generic bug report title: "[BUG]: " -labels: "[Type: Bug, Status: Available]" +labels: ["Type: Bug", "Status: Available"] assignees: - s1lentq body: diff --git a/.github/ISSUE_TEMPLATE/template-feature.yml b/.github/ISSUE_TEMPLATE/template-feature.yml index bec5fac..c9e04e9 100644 --- a/.github/ISSUE_TEMPLATE/template-feature.yml +++ b/.github/ISSUE_TEMPLATE/template-feature.yml @@ -1,7 +1,7 @@ name: New Feature description: Suggest an idea for this project title: "[Feature request]: " -labels: "Engine: Independent, Priority: Medium, OS: Independent, Status: Available, Type: Rrequest" +labels: ["Engine: Independent", "Priority: Medium", "OS: Independent", "Status: Available", "Type: Rrequest"] assignees: - s1lentq - stamepicmorg diff --git a/.github/ISSUE_TEMPLATE/template-question.yml b/.github/ISSUE_TEMPLATE/template-question.yml index 3bea7ce..f64cadb 100644 --- a/.github/ISSUE_TEMPLATE/template-question.yml +++ b/.github/ISSUE_TEMPLATE/template-question.yml @@ -1,7 +1,7 @@ name: Question description: Create some Question for this project title: "[Question]: " -labels: "Engine: Independent, Priority: Medium, OS: Independent, Status: Available, Type: Question" +labels: ["Engine: Independent", "Priority: Medium", "OS: Independent", "Status: Available", "Type: Question"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/template-task.yml b/.github/ISSUE_TEMPLATE/template-task.yml index 6ad30d7..654a1e6 100644 --- a/.github/ISSUE_TEMPLATE/template-task.yml +++ b/.github/ISSUE_TEMPLATE/template-task.yml @@ -1,7 +1,7 @@ name: Task description: Create some generic task for this project title: "[TASK]: " -labels: "Engine: Independent, Priority: Medium, OS: Independent, Status: Available, Type: Task" +labels: ["Engine: Independent", "Priority: Medium", "OS: Independent", "Status: Available", "Type: Task"] body: - type: markdown attributes: