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 <apenwarr@tailscale.com>
main
apenwarr 5 years ago committed by apenwarr
parent 9c3ae750da
commit 5b06c50669
  1. 1
      .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

Loading…
Cancel
Save