Skip to content

Commit 497041d

Browse files
committed
Added psutil version info field [ci skip]
1 parent 236e0f7 commit 497041d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ assignees: aristocratos
2727
- Bashtop version:
2828
- (Linux) Linux distribution and version:
2929
- (Linux) Data collection type (/proc or psutil):
30+
- Psutil version: `python3 -c "import psutil; print(psutil.version_info)"` (version 5.7.0 or above is required):
3031
- (OSX/FreeBSD) Os release version:
3132
- Terminal used:
3233
- Font used:
33-
- Bash version, "bash --version" (version 4.4 or above is required):
34-
- Locales: output of "locale -v"
34+
- Bash version, `bash --version` (version 4.4 or above is required):
35+
- Locales: output of `locale -v`
3536

3637
**Additional context**
3738

0 commit comments

Comments
 (0)