mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 11:05:45 +00:00
.github/ISSUE_TEMPLATE: add link to wiki/OtherSoftwareInterop
Add question about https://github.com/tailscale/tailscale/wiki/OtherSoftwareInterop in the issue template. Change-Id: I6ca374654e9f67be9cb447bb5d5f66a9087fd945 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
ca45fe2d46
commit
27d146d4f8
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -12,7 +12,6 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: What is the issue?
|
label: What is the issue?
|
||||||
description: What happened? What did you expect to happen?
|
description: What happened? What did you expect to happen?
|
||||||
placeholder: oh no
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -61,6 +60,13 @@ body:
|
|||||||
placeholder: e.g., 1.14.4
|
placeholder: e.g., 1.14.4
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
- 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
|
||||||
- type: input
|
- type: input
|
||||||
id: bug-report
|
id: bug-report
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
Reference in New Issue
Block a user