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`):
|
||||||
- server name or domain:
|
- Python version:
|
||||||
- CLI options:
|
- 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
|
||||||
|
|
||||||
-
|
-
|
||||||
-
|
-
|
||||||
|
Loading…
Reference in New Issue
Block a user