mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 20:23:12 +00:00
other: update github issue templates
This commit is contained in:
parent
86c8b474ae
commit
83445eccbb
3 changed files with 18 additions and 22 deletions
34
.github/ISSUE_TEMPLATE/bug_report.md
vendored
34
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -6,38 +6,34 @@ labels: "bug"
|
||||||
assignees: ""
|
assignees: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
## Describe the bug
|
### Describe the bug
|
||||||
|
|
||||||
_A clear and concise description of what the bug is and what the expected behaviour was. If applicable, add screenshots to help explain your problem:_
|
_A clear and concise description of what the bug is and what the expected behaviour was._
|
||||||
|
_If applicable, add screenshots to help explain your problem:_
|
||||||
|
|
||||||
## To reproduce
|
### To reproduce
|
||||||
|
|
||||||
_Steps on how to reproduce the behaviour:_
|
_Steps on how to reproduce the behaviour:_
|
||||||
|
|
||||||
1. Go to...
|
1. Go to...
|
||||||
2. See error
|
2. Click on...
|
||||||
|
3. See error
|
||||||
|
|
||||||
## Platform
|
### bottom version (use `btm -V`)
|
||||||
|
|
||||||
|
### bottom config file (if one is used)
|
||||||
|
|
||||||
|
### Platform
|
||||||
|
|
||||||
_If relevant, please provide information on:_
|
_If relevant, please provide information on:_
|
||||||
|
|
||||||
**Operating System and Version:**
|
**Operating system and OS version:**
|
||||||
|
|
||||||
**Terminal:**
|
**Terminal (i.e. urxvt, kitty, etc.):**
|
||||||
|
|
||||||
**Shell:**
|
**Shell (i.e. zsh, bash, etc.):**
|
||||||
|
|
||||||
**System Info:**
|
**System info (RAM, SWAP, etc.):**
|
||||||
|
|
||||||
_Information about your system specifically (sometimes this matters...):_
|
|
||||||
|
|
||||||
- _Total RAM:_
|
|
||||||
|
|
||||||
- _Total SWAP:_
|
|
||||||
|
|
||||||
- _CPU:_
|
|
||||||
|
|
||||||
**bottom version (use `btm -V`):**
|
|
||||||
|
|
||||||
**Rust version (if building yourself):**
|
**Rust version (if building yourself):**
|
||||||
|
|
||||||
|
|
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -6,10 +6,10 @@ labels: "feature"
|
||||||
assignees: ""
|
assignees: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
## Describe the feature request
|
### Describe the feature request
|
||||||
|
|
||||||
_Why should we consider this feature request? Describe why, and/or how you think this feature will solve the issue, or overall improve the application:_
|
_Why should we consider this feature request? Describe why, and/or how you think this feature will solve the issue, or overall improve the application:_
|
||||||
|
|
||||||
## Additional context/details
|
### Additional context/details
|
||||||
|
|
||||||
_Provide any additional context or details here. What needs to be done, why, etc:_
|
_Provide any additional context or details here. What needs to be done, why, etc:_
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/question_template.md
vendored
2
.github/ISSUE_TEMPLATE/question_template.md
vendored
|
@ -6,4 +6,4 @@ labels: "question"
|
||||||
assignees: ""
|
assignees: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
## Question
|
### Question
|
||||||
|
|
Loading…
Reference in a new issue