Update .github/ISSUE_TEMPLATE/ISSUE_REPORT.md

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Ondrej Baranovič 2024-03-28 17:52:15 +01:00 committed by GitHub
parent a619a8de2f
commit ff523e3009
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,9 +49,16 @@ Thank you.
* Pillow:
```text
Please paste here the output of running `python3 -m PIL --report`,
or the output of the following Python code:
Please paste here the output of running:
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
features.pilinfo(supported_formats=False)
```