From 55e8c6b6f739b1e4b505e1716f409ba87bc83ac8 Mon Sep 17 00:00:00 2001 From: patak Date: Fri, 20 Jan 2023 00:07:33 +0100 Subject: [PATCH] chore: bug report labels --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5e7a2db8..a76d8646 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- name: 🐞 Bug report about: Report an issue -labels: 's: pending triage', 'c: bug' ---- \ No newline at end of file +labels: ['s: pending triage', 'c: bug'] +---