2020-02-14 06:41:17 +00:00
name : Bug report
2022-10-18 16:00:22 +00:00
description : File a bug report. If you need help, contact support instead
2021-10-08 16:05:03 +00:00
labels : [ needs-triage, bug]
2021-10-07 20:58:30 +00:00
body :
- type : markdown
attributes :
value : |
2022-10-18 16:00:22 +00:00
Need help with your tailnet? [Contact support](https://tailscale.com/contact/support) instead.
Otherwise, please check if your bug is [already filed](https://github.com/tailscale/tailscale/issues) before filing a new one.
2021-10-07 20:58:30 +00:00
- type : textarea
id : what-happened
attributes :
label : What is the issue?
description : What happened? What did you expect to happen?
validations :
required : true
- type : textarea
id : steps
attributes :
label : Steps to reproduce
description : What are the steps you took that hit this issue?
validations :
required : false
- type : textarea
id : changes
attributes :
label : Are there any recent changes that introduced the issue?
description : If so, what are those changes?
validations :
required : false
2021-10-12 19:03:43 +00:00
- type : dropdown
2021-10-07 20:58:30 +00:00
id : os
attributes :
label : OS
2021-10-08 16:27:36 +00:00
description : What OS are you using? You may select more than one.
2021-10-12 19:03:43 +00:00
multiple : true
2021-10-07 20:58:30 +00:00
options :
2021-10-12 19:03:43 +00:00
- Linux
- macOS
- Windows
- iOS
- Android
2021-10-24 13:01:29 +00:00
- Synology
2021-10-12 19:03:43 +00:00
- Other
2021-10-07 20:58:30 +00:00
validations :
required : false
- type : input
id : os-version
attributes :
label : OS version
description : What OS version are you using?
2021-10-24 13:01:29 +00:00
placeholder : e.g., Debian 11.0, macOS Big Sur 11.6, Synology DSM 7
2021-10-07 20:58:30 +00:00
validations :
required : false
- type : input
id : ts-version
attributes :
label : Tailscale version
description : What Tailscale version are you using?
placeholder : e.g., 1.14.4
validations :
required : false
2023-02-01 19:35:13 +00:00
- type : textarea
id : other-software
attributes :
label : Other software
description : What [other software](https://github.com/tailscale/tailscale/wiki/OtherSoftwareInterop) (networking, security, etc) are you running?
validations :
required : false
2021-10-07 20:58:30 +00:00
- type : input
id : bug-report
attributes :
label : Bug report
description : Please run [`tailscale bugreport`](https://tailscale.com/kb/1080/cli/?q=Cli#bugreport) and share the bug identifier. The identifier is a random string which allows Tailscale support to locate your account and gives a point to focus on when looking for errors.
placeholder : e.g., BUG-1b7641a16971a9cd75822c0ed8043fee70ae88cf05c52981dc220eb96a5c49a8-20210427151443Z-fbcd4fd3a4b7ad94
validations :
required : false
- type : markdown
attributes :
value : |
Thanks for filing a bug report!