github issue template: add python version

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2016-06-29 15:23:46 +02:00
parent 3293b75c9c
commit a86029d8ba
1 changed files with 14 additions and 10 deletions

View File

@ -1,27 +1,31 @@
> This v1.0 template stands in `.github/`.
### General informations
#### General informations
- OfflineIMAP version (including imaplib2 if available: `offlineimap -V`):
- server name or domain:
- CLI options:
- offlineimap version (`offlineimap -V`):
- Python version:
- server name or domain:
- CLI options:
#### Configuration file offlineimaprc
```
Configuration file offlineimaprc goes here. REMOVE PRIVATE DATA.
REMOVE PRIVATE DATA.
```
#### pythonfile (if any)
```
The pythonfile file goes here (if any). REMOVE PRIVATE DATA.
REMOVE PRIVATE DATA.
```
### Log error
#### Logs, error
```
Logs go here. REMOVE PRIVATE DATA.
REMOVE PRIVATE DATA.
```
### Steps to reproduce the error
#### Steps to reproduce the error
-
-