From 07f8fd68bcbcb552db72db88e5a19150d0b7f887 Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Fri, 18 Oct 2019 07:54:39 -0300 Subject: [PATCH] Remove autmotic tags for issues (#5941) Signed-off-by: Uilian Ries --- .github/ISSUE_TEMPLATE/bug.md | 1 - .github/ISSUE_TEMPLATE/feature_request.md | 1 - .github/ISSUE_TEMPLATE/question.md | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 0e2de8b879c..83c7d0a9ace 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -2,7 +2,6 @@ name: 'Bug Report' about: 'Report a bug, something does not work as it supposed to' title: '[bug] SHORT DESCRIPTION' -labels: 'type: bug' --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 5e01eabdee3..2126c7b22b7 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,7 +2,6 @@ name: 'Question' about: 'If something needs clarification' title: '[question] SHORT DESCRIPTION' -labels: 'type: question' ---