@cryptotaxi247 / netdata-1 / commits / 5c19ffa98

add Installation method to the bug template (#10836)

Ilya Mashchenko committed Mar 23, 2021 at 15:02 UTC 5c19ffa98bd571d6829c2c7ff0c29576a835834b
1 file changed +14 -2
.github/ISSUE_TEMPLATE/bug_report.md
+14 -2
@@ -1,6 +1,6 @@
1 ---
2 name: "Bug report: Netdata Agent"
3 -about: Submit a report and help us improve our free and open-source 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
@@ -11,9 +11,11 @@ When creating a bug report please:
11 -->
12
13 ##### Bug report summary
14 +
15 <!-- Provide a clear and concise description of the bug you're experiencing. -->
16
17 ##### OS / Environment
18 +
19 <!--
20 Provide as much information about your environment (which operating system and distribution you're using, if Netdata is running in a container, etc.)
21 as possible to allow us reproduce this bug faster.
@@ -25,11 +27,13 @@ To get this information, execute the following commands based on your operating
27
28 Place the output from the command in the code section below.
29 -->
30 +
31 ```
32
33 ```
34
35 ##### Netdata version
36 +
37 <!--
38 Provide output of `netdata -W buildinfo`.
39
@@ -38,9 +42,15 @@ Provide output of `netdata -V`.
42
43 If Netdata is running, execute: $(ps aux | grep -E -o "[a-zA-Z/]+netdata ") -V
44 -->
41 -
45 +
46 +##### Installation method
47 +
48 +<!--
49 +Tell us which installation method you used (https://learn.netdata.cloud/docs/agent/packaging/installer#alternative-methods).
50 + -->
51
52 ##### Component Name
53 +
54 <!--
55 Let us know which component is affected by the bug. Our code is structured according to its component,
56 so the component name is the same as the top level directory of the repository.
@@ -48,6 +58,7 @@ For example, a bug in the dashboard would be under the web component.
58 -->
59
60 ##### Steps To Reproduce
61 +
62 <!--
63 Describe how you found this bug and how we can reproduce it, preferably with a minimal test-case scenario.
64 If you'd like to attach larger files, use gist.github.com and paste in links.
@@ -57,4 +68,5 @@ If you'd like to attach larger files, use gist.github.com and paste in links.
68 2. ...
69
70 ##### Expected behavior
71 +
72 <!-- Provide a clear and concise description of what you expected to happen. -->