update github template chooser (#12125)
Ilya Mashchenko committed
Feb 14, 2022 at 12:01 UTC
a6d3de2560706f167456f6c52a0e006e103968ff
1 file changed
+8
-7
.github/ISSUE_TEMPLATE/config.yml
+8
-7
@@ -1,14 +1,15 @@
1
+# Ref: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
2
blank_issues_enabled: false
3
contact_links:
3
- - name: "Bug report: Netdata Cloud"
4
+ - name: "Netdata Agent: Question"
5
+ url: https://github.com/netdata/netdata/discussions/new?category=q-a
6
+ about: Ask a question about Netdata Agent
7
+ - name: "Netdata Agent Dashboard"
8
+ url: https://github.com/netdata/dashboard/issues/new/choose
9
+ about: Create a report to help us improve our dashboard
10
+ - name: "Netdata Cloud"
11
url: https://github.com/netdata/netdata-cloud/issues/new/choose
12
about: Create a report to help us improve our web application
6
- - name: Help
7
- url: https://community.netdata.cloud/c/support/13
8
- about: We offer community-driven support on our community forums
9
- - name: Feature request
10
- url: https://community.netdata.cloud/c/feature-requests/7
11
- about: Make a feature request for Netdata Cloud or the Netdata Agent
13
- name: Community
14
url: https://netdata.cloud/community
15
about: If you don't know where to start, visit our community page!