From 92b6608403cd4347a038fe74a4f97b26cda0451a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Thu, 7 Jan 2021 14:08:06 +0100 Subject: [PATCH] Create config.yml for ISSUE_TEMPLATE This commit adds links to the _New Issue_ section of Github. The intention is to provide more hints where to get help and further reduce the amount of Github issues that can not be acted upon. --- .github/ISSUE_TEMPLATE/config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ca3f71 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,13 @@ +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 + 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. + + - name: Have you had a look at our 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.