Bug template: remove "[Bug]: " prefix for the common case.

Also shorten "[FR]:" to "FR:" to save precious subject line space.

I don't mind a prefix to distinguish feature requests, but the majority
of cases are bugs. Let's preserve as many chars as possible for the
specific topic when looking at subject lines in gmail.

(Now, if only it wouldn't include [tailscale/tailscale] on every
message...)

Signed-off-by: Avery Pennarun <apenwarr@tailscale.com>
This commit is contained in:
Avery Pennarun 2021-10-13 00:52:47 +09:00 committed by apenwarr
parent b382161fe5
commit 9c3ae750da
2 changed files with 2 additions and 2 deletions
.github/ISSUE_TEMPLATE

@ -1,6 +1,6 @@
name: Bug report
description: File a bug report
title: "[Bug]: "
title: ""
labels: [needs-triage, bug]
body:
- type: markdown

@ -1,6 +1,6 @@
name: Feature request
description: Propose a new feature
title: "[FR]: "
title: "FR: "
labels: [needs-triage, fr]
body:
- type: markdown