From afbcbc85d7ba9af0bd6e01fc09e71f323dceebdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCn=20=C3=96zerk?= Date: Fri, 15 Dec 2023 18:03:36 +0300 Subject: [PATCH] fix issue templates (#62) --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 ++---- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f56ef2a..f41971d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,9 +1,7 @@ name: 🐞 Bug report description: Create a report to help us improve -title: '🐞 [Bug]: ' +title: "🐞 [Bug]: " labels: ["bug"] -assignees: - - ozgunozerk body: - type: markdown attributes: @@ -20,7 +18,7 @@ body: id: platform attributes: label: platform - description: On which operating system did this bug emerged? + description: On which operating system did this bug emerge? options: - label: linux required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6cc75cb..6e3c371 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,8 +2,6 @@ name: 🎁 Feature Request description: Suggest an idea for this project ⚡️ title: "🎁 [Feature Request]: " labels: ["enhancement"] -assignees: - - ozgunozerk body: - type: markdown attributes: @@ -24,5 +22,3 @@ body: options: - label: I agree to follow this project's Contribution Guidelines required: true - -