From e5f600a8ebf4b77a36605997674ed77341549d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Sun, 17 Mar 2019 18:01:29 +0000 Subject: [PATCH 1/2] chore: adjust bug report template --- .github/ISSUE_TEMPLATE/bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 4aabf9a70f4c..bc74f2babebe 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,6 +1,6 @@ --- name: 🐛 Bug report -labels: ':bug: Bug' +labels: 'Bug Report', 'Needs Triage', 'Needs Repro' about: Create a report to help us improve --- From d991486a36739682a716493cdcebe20d0f90172a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Sun, 17 Mar 2019 18:18:21 +0000 Subject: [PATCH 2/2] abc --- .github/ISSUE_TEMPLATE/bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index bc74f2babebe..f5f665eee8a7 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,6 +1,6 @@ --- name: 🐛 Bug report -labels: 'Bug Report', 'Needs Triage', 'Needs Repro' +labels: Bug Report, Needs Triage, Needs Repro about: Create a report to help us improve ---