Skip to content

Commit

Permalink
Update .github/ISSUE_TEMPLATE/ISSUE_REPORT.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
nulano and hugovk authored Mar 28, 2024
1 parent a619a8d commit ff523e3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/ISSUE_TEMPLATE/ISSUE_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down

0 comments on commit ff523e3

Please sign in to comment.