From f656076702b63e426d409576c1c30bf7f929db10 Mon Sep 17 00:00:00 2001 From: Roman Zabaluev Date: Tue, 5 Oct 2021 10:57:25 +0300 Subject: [PATCH] Fix github templates label names --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0f821e5b68..f6021dc83a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: "\U0001F41E Bug report" about: Create a report to help us improve title: '' -labels: bug +labels: 'type/bug' assignees: '' --- @@ -28,4 +28,4 @@ Steps to reproduce the behavior: **Additional context** -(Add any other context about the problem here) \ No newline at end of file +(Add any other context about the problem here) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 38947541fd..ff120abc65 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: "\U0001F680 Feature request" about: Propose a new feature title: '' -labels: enhancement +labels: 'type/enhancement' assignees: '' --- @@ -39,4 +39,4 @@ assignees: '' You might want to link to related issues here, if you haven't already. --> -(Write your answer here.) \ No newline at end of file +(Write your answer here.)