From b635b764c99420254de11d454bd929f8c73eed88 Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Thu, 3 Oct 2019 10:27:56 +0200 Subject: [PATCH] chore(github): Fix template label for bugs Change-Id: I190cc08efb3eb19da8835e236dbc80753da69dfe Signed-off-by: Florent Benoit --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ab1de909220..5253dbefa64 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report 🐞 about: Report a bug found in Eclipse Che title: '' -labels: 'king/bug' +labels: 'kind/bug' assignees: '' ---