From 4faee7b12b741f9c58de438e082571ebe72883da Mon Sep 17 00:00:00 2001 From: Maksym Vlasov Date: Wed, 15 Sep 2021 13:57:58 +0200 Subject: [PATCH] fix: label auto-adding after label rename (#226) --- .github/ISSUE_TEMPLATE/bug_report_docker.md | 4 ++-- .github/ISSUE_TEMPLATE/bug_report_local_install.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_docker.md b/.github/ISSUE_TEMPLATE/bug_report_docker.md index f1cddc738..a47e30657 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_docker.md +++ b/.github/ISSUE_TEMPLATE/bug_report_docker.md @@ -1,8 +1,8 @@ --- -name: Local installation bug report +name: Docker bug report about: Create a bug report labels: -- kind/bug +- bug - area/docker --- diff --git a/.github/ISSUE_TEMPLATE/bug_report_local_install.md b/.github/ISSUE_TEMPLATE/bug_report_local_install.md index f0798db1f..329a3ae88 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_local_install.md +++ b/.github/ISSUE_TEMPLATE/bug_report_local_install.md @@ -1,8 +1,8 @@ --- -name: Docker bug report +name: Local installation bug report about: Create a bug report labels: -- kind/bug +- bug - area/local_installation --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 8d9f73189..d1b4b6424 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project labels: -- kind/feature +- feature ---