From 27d146d4f8421bd4b73ade4a0216d5e42cd941b3 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 1 Feb 2023 11:35:13 -0800 Subject: [PATCH] .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 --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 74786be44..9163171c9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,7 +12,6 @@ body: attributes: label: What is the issue? description: What happened? What did you expect to happen? - placeholder: oh no validations: required: true - type: textarea @@ -61,6 +60,13 @@ body: placeholder: e.g., 1.14.4 validations: 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 id: bug-report attributes: