From 6277b83f2863d5c49802dcdeb4be55a0ed44486c Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 28 Nov 2022 11:21:11 -0300 Subject: Do not auto-add "bug" labels to new issues --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - .github/ISSUE_TEMPLATE/enhancement.md | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 85b3c465..b5d22c69 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,6 @@ --- name: Bugs about: Bugs and unintented behaviour -labels: 'bug' --- diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index fb03b0f9..da65922a 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -1,11 +1,11 @@ --- -name: Enhancements +name: Feature request about: New functionality -labels: 'enhancement' +labels: 'feature request' --- ### Please fill out the following: - **Description:** - - Please describe in plain English what the enhancement is and what the use case - is. + - Please describe in plain English what the desired enhancement is and + what the use case is. -- cgit v1.2.3-55-g6feb