mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Update .github/ISSUE_TEMPLATE/ISSUE_REPORT.md
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
a619a8de2f
commit
ff523e3009
11
.github/ISSUE_TEMPLATE/ISSUE_REPORT.md
vendored
11
.github/ISSUE_TEMPLATE/ISSUE_REPORT.md
vendored
|
@ -49,9 +49,16 @@ Thank you.
|
||||||
* Pillow:
|
* Pillow:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
Please paste here the output of running `python3 -m PIL --report`,
|
Please paste here the output of running:
|
||||||
or the output of the following Python code:
|
|
||||||
|
|
||||||
|
python3 -m PIL.report
|
||||||
|
or
|
||||||
|
python3 -m PIL --report
|
||||||
|
|
||||||
|
Or the output of the following Python code:
|
||||||
|
|
||||||
|
from PIL import report
|
||||||
|
# or
|
||||||
from PIL import features
|
from PIL import features
|
||||||
features.pilinfo(supported_formats=False)
|
features.pilinfo(supported_formats=False)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user