mirror of https://github.com/aristocratos/bpytop
added bug report and feature request templates
parent
d6577e6c0d
commit
eba317535e
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[BUG]"
|
||||
labels: bug
|
||||
assignees: aristocratos
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
|
||||
[A clear and concise description of what the bug is.]
|
||||
|
||||
**To Reproduce**
|
||||
|
||||
[Steps to reproduce the behavior:]
|
||||
|
||||
**Expected behavior**
|
||||
|
||||
[A clear and concise description of what you expected to happen.]
|
||||
|
||||
**Screenshots**
|
||||
|
||||
[If applicable, add screenshots to help explain your problem.]
|
||||
|
||||
**Info (please complete the following information):**
|
||||
- bpytop version: `bpytop -v`
|
||||
- psutil version: `bpytop -v`
|
||||
- (Linux) Linux distribution and version:
|
||||
- (OSX/FreeBSD) Os release version:
|
||||
- Terminal used:
|
||||
- Font used:
|
||||
- Python version, `python3 --version` (version 3.6 or above is required):
|
||||
|
||||
**Additional context**
|
||||
|
||||
contents of `~/.config/bpytop/error.log`
|
||||
|
||||
(try running bpytop with `--debug` flag if error.log is empty)
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: "[REQUEST]"
|
||||
labels: enhancement
|
||||
assignees: aristocratos
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
|
@ -96,7 +96,7 @@ Also needs a UTF8 locale and a font that covers:
|
|||
|
||||
#### Notice
|
||||
|
||||
Dropbear seems to not be able to set correct locale. So if accessing bashtop over ssh, OpenSSH is recommended.
|
||||
Dropbear seems to not be able to set correct locale. So if accessing bpytop over ssh, OpenSSH is recommended.
|
||||
|
||||
## Dependencies
|
||||
|
||||
|
@ -256,7 +256,7 @@ show_init=True
|
|||
#* Enable check for new version from github.com/aristocratos/bpytop at start.
|
||||
update_check=True
|
||||
|
||||
#* Enable start in mini mode, can be toggled with ctrl+m at any time.
|
||||
#* Enable start in mini mode, can be toggled with shift+m at any time.
|
||||
mini_mode=False
|
||||
|
||||
#* Set loglevel for "~/.config/bpytop/error.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG".
|
||||
|
|
Loading…
Reference in New Issue