@cryptotaxi247 / netdata-1 / commits / 333badb3a

new issue templates (#10259)

* new issue templates * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Joel Hans <joel@netdata.cloud> * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Joel Hans <joel@netdata.cloud> * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Joel Hans <joel@netdata.cloud> * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Joel Hans <joel@netdata.cloud> * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Joel Hans <joel@netdata.cloud> * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Joel Hans <joel@netdata.cloud> * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Joel Hans <joel@netdata.cloud> * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Joel Hans <joel@netdata.cloud> * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Joel Hans <joel@netdata.cloud> Co-authored-by: Joel Hans <joel@netdata.cloud>

Odysseas Lamtzidis committed Nov 20, 2020 at 16:51 UTC 333badb3a7da910c8926b72adfab93c0bb999305
4 files changed +16 -44
.github/ISSUE_TEMPLATE/bug_report.md
+2 -2
@@ -1,6 +1,6 @@
1 ---
2 -name: Bug report
3 -about: Create a bug report to help us improve
2 +name: Bug report: Netdata Agent
3 +about: Submit a report and help us improve our free and open-source Netdata Agent
4 labels: bug, needs triage
5 ---
6
.github/ISSUE_TEMPLATE/config.yml new
+14
@@ -0,0 +1,14 @@
1 +blank_issues_enabled: false
2 +contact_links:
3 + - name: "Bug report: Netdata Cloud"
4 + url: https://github.com/netdata/netdata-cloud/issues/new/choose
5 + 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
12 + - name: Community
13 + url: https://netdata.cloud/community
14 + about: If you don't know where to start, visit our community page!
.github/ISSUE_TEMPLATE/feature_request.md deleted
-16
@@ -1,16 +0,0 @@
1 ----
2 -name: Feature request
3 -about: Suggest an idea for our project
4 -labels: feature request, needs triage
5 ----
6 -
7 -<!---
8 -When creating a feature request please:
9 -- Verify first that your issue is not already reported on GitHub
10 -- Explain new feature briefly in "Feature idea summary" section
11 -- Provide a clear and concise description of what you expect to happen.
12 ---->
13 -
14 -##### Feature idea summary
15 -
16 -##### Expected behavior
.github/ISSUE_TEMPLATE/question.md deleted
-26
@@ -1,26 +0,0 @@
1 ----
2 -name: Question
3 -about: You just want to ask a question? Go on.
4 -labels: question, no changelog
5 ----
6 -
7 -<!---
8 -When asking a new question please:
9 -- Verify first that your question wasn't asked before on GitHub.
10 - HINT: Use label "question" when searching for such issues.
11 -- Briefly explain what is the problem you are having
12 -- Try to provide as much information about your environment (OS distribution,
13 - running in container, etc.) as possible to allow us reproduce this bug faster.
14 -- Write which component is affected. We group our components the same way our
15 - code is structured so basically:
16 - component name = dir in top level directory of repository
17 -- Provide a clear and concise description of what you expected to happen.
18 --->
19 -
20 -##### Question summary
21 -
22 -##### OS / Environment
23 -
24 -##### Component Name
25 -
26 -##### Expected results