From 5b06c50669ea5ec34a88f6d566d8062f6a77a38c Mon Sep 17 00:00:00 2001 From: apenwarr Date: Wed, 13 Oct 2021 04:32:30 +0900 Subject: [PATCH] Bug report template: remove empty 'title' field. Mysteriously, GitHub can't parse it if it's an empty string rather than just missing. Signed-off-by: Avery Pennarun --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 430fefd37..340a20d8c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,5 @@ name: Bug report description: File a bug report -title: "" labels: [needs-triage, bug] body: - type: markdown