add issue and PR templates

This commit is contained in:
Nicolas Hart 2016-03-28 10:35:14 +02:00
parent cef35eb23d
commit 31ed2dba24
2 changed files with 28 additions and 0 deletions

17
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,17 @@
### Resume
| Q | A
| ------------- | ---
| Bug? | yes/no
| New feature? | yes/no
### Description
### Versions
<!-- You can use `glances -V` to retrieve Glances and PSutil versions -->
* Glances:
* PSutil:
* OS:

11
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,11 @@
### Resume
| 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
### Description