From 61ef92684911798251e35fa17e067da4e1ddd76b Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Wed, 1 Nov 2023 08:57:57 +0800 Subject: [PATCH] chore: update issue template label (#596) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d78511f9..2444972c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Topgrade is misbehaving title: '' -labels: 'bug' +labels: 'C-bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 94f39e57..3de39077 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Can you please support...? title: '' -labels: '' +labels: 'C-feature request' assignees: '' ---