mirror of
https://github.com/nicolargo/glances.git
synced 2025-12-23 22:18:31 -05:00
Improve template for issue report and feature request
This commit is contained in:
9
.github/ISSUE_TEMPLATE.md
vendored
9
.github/ISSUE_TEMPLATE.md
vendored
@@ -10,9 +10,14 @@ For an enhancement or new feature: Describe your needs.
|
||||
|
||||
#### Versions
|
||||
|
||||
* Glances & psutil (glances -V): `To be completed`
|
||||
* Operating System (lsb_release -a): `To be completed`
|
||||
* Glances & psutil versions: `To be completed with result of: glances -V`
|
||||
* Operating System: `To be completed with result of: lsb_release -a`
|
||||
* How do you install Glances (Pypi package, script, package manager, source): `To be completed`
|
||||
* Glances test (only available with Glances 3.1.7 or higher):
|
||||
|
||||
```
|
||||
To be completed with result of: glances --issue
|
||||
```
|
||||
|
||||
#### Configuration and log file
|
||||
|
||||
|
||||
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -22,15 +22,20 @@ A clear and concise description of what you expected to happen.
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Environement (please complete the following information):**
|
||||
- OS: [e.g. GNU/Linux Ubuntu 20.04]
|
||||
- Glances Version [output of glances -V]
|
||||
- Glances logs file [output of tail -10 <glances logs file>]
|
||||
- Glances test [output of glances --issue] (only available with Glances 3.1.7 or higher)
|
||||
**Environement (please complete the following information)**
|
||||
- Operating System (lsb_release -a or OS name/version): `To be completed with result of: lsb_release -a`
|
||||
- Glances & psutil versions: `To be completed with result of: glances -V`
|
||||
- How do you install Glances (Pypi package, script, package manager, source): `To be completed`
|
||||
- Glances test (only available with Glances 3.1.7 or higher):
|
||||
|
||||
```
|
||||
Copy paste output of glances --issue here
|
||||
To be completed with result of: glances --issue
|
||||
```
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
||||
You can also [pastebin](https://pastebin.com/):
|
||||
|
||||
* the Glances configuration file (https://glances.readthedocs.io/en/latest/config.html#location)
|
||||
* the Glances log file (https://glances.readthedocs.io/en/latest/config.html#logging)
|
||||
|
||||
Reference in New Issue
Block a user