list both python3 -m PIL --bugreport and features.pilinfo in the issue template

This commit is contained in:
Nulano 2024-03-04 20:11:32 +01:00
parent 970c691fa2
commit 4dbc428434

View File

@ -49,7 +49,11 @@ Thank you.
* Pillow:
```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)
```
<!--