github issue template: add python version
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
3293b75c9c
commit
a86029d8ba
24
.github/ISSUE_TEMPLATE.md
vendored
24
.github/ISSUE_TEMPLATE.md
vendored
@ -1,27 +1,31 @@
|
||||
> This v1.0 template stands in `.github/`.
|
||||
|
||||
### General informations
|
||||
#### General informations
|
||||
|
||||
- OfflineIMAP version (including imaplib2 if available: `offlineimap -V`):
|
||||
- offlineimap version (`offlineimap -V`):
|
||||
- Python version:
|
||||
- server name or domain:
|
||||
- CLI options:
|
||||
|
||||
```
|
||||
Configuration file offlineimaprc goes here. REMOVE PRIVATE DATA.
|
||||
```
|
||||
#### Configuration file offlineimaprc
|
||||
|
||||
```
|
||||
The pythonfile file goes here (if any). REMOVE PRIVATE DATA.
|
||||
REMOVE PRIVATE DATA.
|
||||
```
|
||||
|
||||
#### pythonfile (if any)
|
||||
|
||||
```
|
||||
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
|
||||
|
||||
-
|
||||
-
|
||||
|
Loading…
Reference in New Issue
Block a user