From 88b35eb48e9c9ff06fe8a067c847c995e664a334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Wed, 3 Feb 2021 21:46:11 +0100 Subject: [PATCH] Change the phrasing of the alternative options --- .github/ISSUE_TEMPLATE/config.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ca3f71..069b882 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,13 +1,15 @@ blank_issues_enabled: false contact_links: - - name: The \#netbox-docker Slack channel - url: http://slack.networktocode.com/ - about: It's usually the quickest way to seek help when you're in trouble with regards to Netbox Docker. - - - name: Github Discussions + - name: Question url: https://github.com/netbox-community/netbox-docker/discussions - about: This is the right place to ask questions about how to use or do certain things with Netbox Docker. + about: The Github Discussions are the right place to ask questions about how to use or do certain things with Netbox Docker. - - name: Have you had a look at our Wiki? + - name: Chat + url: http://slack.networktocode.com/ + about: 'Usually the quickest way to seek help with small issues is to join our #netbox-docker Slack channel.' + + - name: Community Wiki url: https://github.com/netbox-community/netbox-docker/wiki - about: Our wiki contains information for common problems and tips for operating Netbox Docker in production. + about: | + Our wiki contains information for common problems and tips for operating Netbox Docker in production. + It's maintained by our excellent community.