added bug report and feature request templates

pull/27/head
aristocratos 2020-08-03 16:37:16 +02:00
parent d6577e6c0d
commit eba317535e
3 changed files with 61 additions and 2 deletions

39
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -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)

View File

@ -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.

View File

@ -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".