diff options
author | Kjeld Schouten-Lebbing <[email protected]> | 2020-08-26 19:49:51 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-26 10:49:51 -0700 |
commit | ad52de77c2a518d32f979358f9a3e4cefeb44977 (patch) | |
tree | 7531effb68e3efdfefa95cc8afb75b20ac88b2f1 /.github | |
parent | ec0c480c14e4868cc1c020be55f8fafc6da62ca0 (diff) |
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 <[email protected]>
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
Closes #10821
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9d5e9948f..1dbb5f6ed 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: '' --- |