mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 02:36:17 +03:00
list both python3 -m PIL --bugreport
and features.pilinfo
in the issue template
This commit is contained in:
parent
970c691fa2
commit
4dbc428434
6
.github/ISSUE_TEMPLATE/ISSUE_REPORT.md
vendored
6
.github/ISSUE_TEMPLATE/ISSUE_REPORT.md
vendored
|
@ -49,7 +49,11 @@ Thank you.
|
||||||
* Pillow:
|
* Pillow:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
please paste here the output of the following Python code: `from PIL import features; features.pilinfo(supported_formats=False)`
|
Please paste here the output of running `python3 -m PIL --bugreport`,
|
||||||
|
or the output of the following Python code:
|
||||||
|
|
||||||
|
from PIL import features
|
||||||
|
features.pilinfo(supported_formats=False)
|
||||||
```
|
```
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in New Issue
Block a user