From bddb4d72f03e2a8dbd785bd5ead749f820d314a2 Mon Sep 17 00:00:00 2001 From: Andrea Cioccarelli <23010471+cioccarellia@users.noreply.github.com> Date: Fri, 22 Jul 2022 17:59:11 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 895ed64..c5ce69a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,8 @@ --- name: Bug report about: Report a bug/crash/unexpected behaviour with any of the modules in the library -title: "[BR]" -labels: '' +title: "[BUG]" +labels: 'Type: Bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d1394c0..a78573e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Discuss an idea/feature/improvement for any of the modules in the library title: "[FR]" -labels: '' +labels: 'Type: Feature' assignees: '' ---