From ad52de77c2a518d32f979358f9a3e4cefeb44977 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Wed, 26 Aug 2020 19:49:51 +0200 Subject: [PATCH] Fix broken bug report form By accident previous PR broke the bug report form. This commit fixes it (and is actually tested completely to work) Reviewed-by: Brian Behlendorf Signed-off-by: Kjeld Schouten-Lebbing Closes #10821 --- .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 9d5e9948fd..1dbb5f6edb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve OpenZFS title: '' -labels: 'Type: Defect', 'Status: Triage Needed' +labels: 'Type: Defect, Status: Triage Needed' assignees: '' ---