diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ec918081..85cfb3bd 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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 - +* 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) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d92f909d..dcb7fde2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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