|
1 | | -name: Bug report |
2 | | -description: File a bug report. If you need help, contact support instead |
3 | | -labels: [needs-triage, bug] |
4 | | -body: |
5 | | - - type: markdown |
6 | | - attributes: |
7 | | - value: | |
8 | | - Need help with your tailnet? [Contact support](https://tailscale.com/contact/support) instead. |
9 | | - Otherwise, please check if your bug is [already filed](https://github.com/tailscale/tailscale/issues) before filing a new one. |
10 | | - - type: textarea |
11 | | - id: what-happened |
12 | | - attributes: |
13 | | - label: What is the issue? |
14 | | - description: What happened? What did you expect to happen? |
15 | | - validations: |
16 | | - required: true |
17 | | - - type: textarea |
18 | | - id: steps |
19 | | - attributes: |
20 | | - label: Steps to reproduce |
21 | | - description: What are the steps you took that hit this issue? |
22 | | - validations: |
23 | | - required: false |
24 | | - - type: textarea |
25 | | - id: changes |
26 | | - attributes: |
27 | | - label: Are there any recent changes that introduced the issue? |
28 | | - description: If so, what are those changes? |
29 | | - validations: |
30 | | - required: false |
31 | | - - type: dropdown |
32 | | - id: os |
33 | | - attributes: |
34 | | - label: OS |
35 | | - description: What OS are you using? You may select more than one. |
36 | | - multiple: true |
37 | | - options: |
38 | | - - Linux |
39 | | - - macOS |
40 | | - - Windows |
41 | | - - iOS |
42 | | - - Android |
43 | | - - Synology |
44 | | - - Other |
45 | | - validations: |
46 | | - required: false |
47 | | - - type: input |
48 | | - id: os-version |
49 | | - attributes: |
50 | | - label: OS version |
51 | | - description: What OS version are you using? |
52 | | - placeholder: e.g., Debian 11.0, macOS Big Sur 11.6, Synology DSM 7 |
53 | | - validations: |
54 | | - required: false |
55 | | - - type: input |
56 | | - id: ts-version |
57 | | - attributes: |
58 | | - label: Tailscale version |
59 | | - description: What Tailscale version are you using? |
60 | | - placeholder: e.g., 1.14.4 |
61 | | - validations: |
62 | | - required: false |
63 | | - - type: textarea |
64 | | - id: other-software |
65 | | - attributes: |
66 | | - label: Other software |
67 | | - description: What [other software](https://github.com/tailscale/tailscale/wiki/OtherSoftwareInterop) (networking, security, etc) are you running? |
68 | | - validations: |
69 | | - required: false |
70 | | - - type: input |
71 | | - id: bug-report |
72 | | - attributes: |
73 | | - label: Bug report |
74 | | - 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. |
75 | | - placeholder: e.g., BUG-1b7641a16971a9cd75822c0ed8043fee70ae88cf05c52981dc220eb96a5c49a8-20210427151443Z-fbcd4fd3a4b7ad94 |
76 | | - validations: |
77 | | - required: false |
78 | | - - type: markdown |
79 | | - attributes: |
80 | | - value: | |
81 | | - Thanks for filing a bug report! |
| 1 | +name: Bug report |
| 2 | +description: File a bug report. If you need help, contact support instead |
| 3 | +labels: [needs-triage, bug] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Need help with your tailnet? [Contact support](https://tailscale.com/contact/support) instead. |
| 9 | + Otherwise, please check if your bug is [already filed](https://github.com/tailscale/tailscale/issues) before filing a new one. |
| 10 | + - type: textarea |
| 11 | + id: what-happened |
| 12 | + attributes: |
| 13 | + label: What is the issue? |
| 14 | + description: What happened? What did you expect to happen? |
| 15 | + validations: |
| 16 | + required: true |
| 17 | + - type: textarea |
| 18 | + id: steps |
| 19 | + attributes: |
| 20 | + label: Steps to reproduce |
| 21 | + description: What are the steps you took that hit this issue? |
| 22 | + validations: |
| 23 | + required: false |
| 24 | + - type: textarea |
| 25 | + id: changes |
| 26 | + attributes: |
| 27 | + label: Are there any recent changes that introduced the issue? |
| 28 | + description: If so, what are those changes? |
| 29 | + validations: |
| 30 | + required: false |
| 31 | + - type: dropdown |
| 32 | + id: os |
| 33 | + attributes: |
| 34 | + label: OS |
| 35 | + description: What OS are you using? You may select more than one. |
| 36 | + multiple: true |
| 37 | + options: |
| 38 | + - Linux |
| 39 | + - macOS |
| 40 | + - Windows |
| 41 | + - iOS |
| 42 | + - Android |
| 43 | + - Synology |
| 44 | + - Other |
| 45 | + validations: |
| 46 | + required: false |
| 47 | + - type: input |
| 48 | + id: os-version |
| 49 | + attributes: |
| 50 | + label: OS version |
| 51 | + description: What OS version are you using? |
| 52 | + placeholder: e.g., Debian 11.0, macOS Big Sur 11.6, Synology DSM 7 |
| 53 | + validations: |
| 54 | + required: false |
| 55 | + - type: input |
| 56 | + id: ts-version |
| 57 | + attributes: |
| 58 | + label: Tailscale version |
| 59 | + description: What Tailscale version are you using? |
| 60 | + placeholder: e.g., 1.14.4 |
| 61 | + validations: |
| 62 | + required: false |
| 63 | + - type: textarea |
| 64 | + id: other-software |
| 65 | + attributes: |
| 66 | + label: Other software |
| 67 | + description: What [other software](https://github.com/tailscale/tailscale/wiki/OtherSoftwareInterop) (networking, security, etc) are you running? |
| 68 | + validations: |
| 69 | + required: false |
| 70 | + - type: input |
| 71 | + id: bug-report |
| 72 | + attributes: |
| 73 | + label: Bug report |
| 74 | + 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. |
| 75 | + placeholder: e.g., BUG-1b7641a16971a9cd75822c0ed8043fee70ae88cf05c52981dc220eb96a5c49a8-20210427151443Z-fbcd4fd3a4b7ad94 |
| 76 | + validations: |
| 77 | + required: false |
| 78 | + - type: markdown |
| 79 | + attributes: |
| 80 | + value: | |
| 81 | + Thanks for filing a bug report! |
0 commit comments