From 4ddc56abebc0001bf716fedb8fe9428b8fabf0d1 Mon Sep 17 00:00:00 2001 From: mdecimus Date: Tue, 25 Jul 2023 11:13:29 +0200 Subject: [PATCH] Added templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 63fe845b..4ece5dac 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ -name: Bug Report -description: File a bug report -title: "[Bug]: " +name: I think I found a bug +description: File a bug report issue +title: "[bug]: " labels: ["bug"] assignees: - mdecimus diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 40de9480..1c578310 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ -name: Feature Request +name: I have a feature request description: File a feature request issue -title: "[Enhancement]: " +title: "[enhancement]: " labels: ["enhancement"] assignees: - mdecimus