diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/config.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..e6ea7d3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false +contact_links: + - name: "Bug report: Netdata Cloud" + url: https://github.com/netdata/netdata-cloud/issues/new/choose + about: Create a report to help us improve our web application + - name: Help + url: https://community.netdata.cloud/c/support/13 + about: We offer community-driven support on our community forums + - name: Feature request + url: https://community.netdata.cloud/c/feature-requests/7 + about: Make a feature request for Netdata Cloud or the Netdata Agent + - name: Community + url: https://netdata.cloud/community + about: If you don't know where to start, visit our community page! |