mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-25 10:12:55 +03:00
Change issue and PR templates
This commit is contained in:
parent
9e1b86413a
commit
12bab08b43
22
.github/ISSUE_TEMPLATE.md
vendored
22
.github/ISSUE_TEMPLATE.md
vendored
@ -1,17 +1,17 @@
|
||||
### Resume
|
||||
Before filling this issue, please read the manual (http://glances.readthedocs.org/en/latest/) and search if the bug do not already exists in the database (https://github.com/nicolargo/glances/issues).
|
||||
|
||||
| Q | A
|
||||
| ------------- | ---
|
||||
| Bug? | yes/no
|
||||
| New feature? | yes/no
|
||||
#### Description
|
||||
|
||||
### Description
|
||||
For a bug: Describe the bug and list the steps you used when the issue occurred.
|
||||
|
||||
For an enhancement or new feature: Describe your needs.
|
||||
|
||||
### Versions
|
||||
#### Versions
|
||||
|
||||
<!-- You can use `glances -V` to retrieve Glances and PSutil versions -->
|
||||
* Glances (glances -V):
|
||||
* PSutil (glances -V):
|
||||
* Operating System (lsb_release -a):
|
||||
|
||||
* Glances:
|
||||
* PSutil:
|
||||
* OS:
|
||||
#### Logs
|
||||
|
||||
You can also pastebin the Glances logs file (http://glances.readthedocs.org/en/latest/config.html#logging)
|
||||
|
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,11 +1,9 @@
|
||||
### Resume
|
||||
#### Description
|
||||
|
||||
| Q | A
|
||||
| ------------- | ---
|
||||
| Bug fix? | yes/no
|
||||
| New feature? | yes/no
|
||||
| BC breaks? | yes/no
|
||||
| Deprecations? | yes/no
|
||||
| Fixed tickets | comma-separated list of tickets fixed by the PR, if any
|
||||
Please describe the goal of this pull request.
|
||||
|
||||
### Description
|
||||
#### Resume
|
||||
|
||||
Bug fix: yes/no
|
||||
New feature: yes/no
|
||||
Fixed tickets: comma-separated list of tickets fixed by the PR, if any
|
||||
|
Loading…
Reference in New Issue
Block a user