Merge pull request #3214 from tailscale/mayakacz-patch-1
.github: feature request template changepull/3401/head
commit
9bb91cb977
|
@ -1,5 +1,8 @@
|
||||||
blank_issues_enabled: true
|
blank_issues_enabled: true
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Support requests and Troubleshooting
|
- name: Support
|
||||||
|
url: https://tailscale.com/contact/support/
|
||||||
|
about: Contact us for support
|
||||||
|
- name: Troubleshooting
|
||||||
url: https://tailscale.com/kb/1023/troubleshooting
|
url: https://tailscale.com/kb/1023/troubleshooting
|
||||||
about: Troubleshoot common issues. Contact us by email at support@tailscale.com.
|
about: Troubleshoot common issues
|
|
@ -7,14 +7,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Please check if your feature request is [already filed](https://github.com/tailscale/tailscale/issues).
|
Please check if your feature request is [already filed](https://github.com/tailscale/tailscale/issues).
|
||||||
- type: input
|
Tell us about your idea!
|
||||||
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
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue