From d00b095f14263635c4764c6358a62aff36d2574c Mon Sep 17 00:00:00 2001 From: Maya Kaczorowski <15946341+mayakacz@users.noreply.github.com> Date: Tue, 18 Oct 2022 09:00:22 -0700 Subject: [PATCH] .github: update issue templates (#5978) Signed-off-by: Maya Kaczorowski <15946341+mayakacz@users.noreply.github.com> Signed-off-by: Maya Kaczorowski <15946341+mayakacz@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- .github/ISSUE_TEMPLATE/config.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9a7ec4ba6..74786be44 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,12 +1,12 @@ name: Bug report -description: File a bug report +description: File a bug report. If you need help, contact support instead labels: [needs-triage, bug] body: - type: markdown attributes: value: | - Please check if your bug is [already filed](https://github.com/tailscale/tailscale/issues). - Have an urgent issue? Let us know by emailing us at . + 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. - type: textarea id: what-happened attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f17382d8e..3f4a31534 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,4 +5,4 @@ contact_links: about: Contact us for support - name: Troubleshooting url: https://tailscale.com/kb/1023/troubleshooting - about: Troubleshoot common issues \ No newline at end of file + about: See the troubleshooting guide for help addressing common issues \ No newline at end of file