mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
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:
parent
b382161fe5
commit
9c3ae750da
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Bug report
|
||||
description: File a bug report
|
||||
title: "[Bug]: "
|
||||
title: ""
|
||||
labels: [needs-triage, bug]
|
||||
body:
|
||||
- type: markdown
|
||||
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Feature request
|
||||
description: Propose a new feature
|
||||
title: "[FR]: "
|
||||
title: "FR: "
|
||||
labels: [needs-triage, fr]
|
||||
body:
|
||||
- type: markdown
|
||||
|
Loading…
x
Reference in New Issue
Block a user