mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
9c3ae750da
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>
50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
name: Feature request
|
|
description: Propose a new feature
|
|
title: "FR: "
|
|
labels: [needs-triage, fr]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Please check if your feature request is [already filed](https://github.com/tailscale/tailscale/issues).
|
|
- type: input
|
|
id: request
|
|
attributes:
|
|
label: Tell us about your idea!
|
|
description: What is your feature request?
|
|
placeholder: e.g., A pet pangolin
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: What are you trying to do?
|
|
description: Tell us about the problem you're trying to solve.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: How should we solve this?
|
|
description: If you have an idea of how you'd like to see this feature work, let us know.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: alternative
|
|
attributes:
|
|
label: What is the impact of not solving this?
|
|
description: (How) Are you currently working around the issue?
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Anything else?
|
|
description: Any additional context to share, e.g., links
|
|
validations:
|
|
required: false
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for filing a feature request!
|