From 6c8b6cde40ea7614c8fb14ba80e7dd047abd9ef8 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Mon, 26 Jul 2021 16:58:21 +0300 Subject: [PATCH] Remove auto-applied label in issue template (#685) We use label as manual indication that our team is asked all necessaries question and correctly labeled issue, so we mark them manually in 100% cases --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - .github/ISSUE_TEMPLATE/feature_request.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4c74cf7..6fdc00a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,5 @@ name: "Bug report" description: "Use this template if you're running into issues with Windows, macOS, or Linux (native package) version." -labels: bug body: - type: checkboxes id: unique diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 7dd7ea4..b554a91 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,5 @@ name: "Feature request" description: "Use this form to suggest a feature." -labels: enhancement body: - type: checkboxes attributes: