Skip to content

Commit 92b6608

Browse files
authored
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.
1 parent aa4d630 commit 92b6608

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: The \#netbox-docker Slack channel
4+
url: http://slack.networktocode.com/
5+
about: It's usually the quickest way to seek help when you're in trouble with regards to Netbox Docker.
6+
7+
- name: Github Discussions
8+
url: https://github.com/netbox-community/netbox-docker/discussions
9+
about: This is the right place to ask questions about how to use or do certain things with Netbox Docker.
10+
11+
- name: Have you had a look at our Wiki?
12+
url: https://github.com/netbox-community/netbox-docker/wiki
13+
about: Our wiki contains information for common problems and tips for operating Netbox Docker in production.

0 commit comments

Comments
 (0)