update GH bug report (#18988)
Ilya Mashchenko committed
Nov 11, 2024 at 14:57 UTC
3a1cfc49e5d0d8b47838629f61e7a7dcba784182
1 file changed
+11
-12
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
+11
-12
@@ -9,7 +9,7 @@ body:
9
- type: markdown
10
attributes:
11
value: |
12
- <img src="https://img.shields.io/github/v/release/netdata/netdata.svg?label=latest%20stable"> <img src="https://img.shields.io/badge/dynamic/xml?url=https://storage.googleapis.com/netdata-nightlies/latest-version.txt&label=latest%20nightly&query=/text()">
12
+ <img src="https://img.shields.io/github/v/release/netdata/netdata.svg?label=latest%20stable"> <img src="https://img.shields.io/github/v/release/netdata/netdata-nightlies.svg?label=latest%20nightly">
13
- type: markdown
14
attributes:
15
value: |
@@ -51,6 +51,7 @@ body:
51
Describe the method in the "Additional info" section if you chose "other".
52
options:
53
- "kickstart.sh"
54
+ - "windows MSI"
55
- "docker"
56
- "helmchart (kubernetes)"
57
- "manual setup of official DEB/RPM packages"
@@ -64,17 +65,15 @@ body:
65
attributes:
66
label: System info
67
description: |
67
- Provide information about your system. To get this information, execute one of the following commands based on your OS:
68
- ```shell
69
- # Linux
70
- uname -a; grep -HvE "^#|URL" /etc/*release
71
- # BSD
72
- uname -a; uname -K
73
- # macOS
74
- uname -a; sw_vers
75
- # Windows (prompt)
76
- ver
77
- ```
68
+ Provide information about your system:
69
+
70
+ | OS | Command |
71
+ |------------------|-----------------------------------------------|
72
+ | Linux | `uname -a; grep -HvE "^#\|URL" /etc/*release` |
73
+ | Windows (prompt) | `systeminfo \| findstr /B /C:"OS"` |
74
+ | BSD | `uname -a; uname -K` |
75
+ | macOS | ` uname -a; sw_vers` |
76
+
77
> NOTE: This will be automatically formatted into code, so no need for backticks.
78
render: shell
79
validations: