Pillow/.github/ISSUE_TEMPLATE/ISSUE_REPORT.md
Ondrej Baranovič ff523e3009
Update .github/ISSUE_TEMPLATE/ISSUE_REPORT.md
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-03-28 17:52:15 +01:00

1.9 KiB

name about
Issue report Create a report to help us improve Pillow

What did you do?

What did you expect to happen?

What actually happened?

What are your OS, Python and Pillow versions?

  • OS:
  • Python:
  • Pillow:
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)
code goes here