From 422ea212218c37886fe2dc254e2f1fad38b2358f Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Sat, 22 Aug 2020 13:08:24 +0900 Subject: [PATCH] Fix the labels for question issue template --- .github/ISSUE_TEMPLATE/01_question.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/01_question.md b/.github/ISSUE_TEMPLATE/01_question.md index e3c6fa06e..d89877d8c 100644 --- a/.github/ISSUE_TEMPLATE/01_question.md +++ b/.github/ISSUE_TEMPLATE/01_question.md @@ -2,7 +2,7 @@ name: Question about: Submit a question about this SDK title: (Set a clear title describing your question) -labels: 'question', 'untriaged' +labels: 'untriaged' assignees: '' ---