From 66d45102b9fa67e1be840306bca8275cd5de8a06 Mon Sep 17 00:00:00 2001 From: Nindi Gill Date: Sun, 28 May 2023 22:41:55 +1000 Subject: [PATCH] Fix issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 5 ++--- .github/ISSUE_TEMPLATE/feature-request.md | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 90cf252..c0d0087 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,10 +1,9 @@ --- name: Bug Report about: File a bug report to fix something that is not working -title: '' +title: "" labels: bug -assignees: '' - +assignees: "" --- ### :beetle: Description diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index e0c66eb..85ad896 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,10 +1,9 @@ --- name: Feature Request about: Submit a feature request to help improve this project -title: '' +title: "" labels: enhancement -assignees: '' - +assignees: "" --- ### :bulb: Description