From ff523e3009c4621d43072eebdc93977214d33f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondrej=20Baranovi=C4=8D?= Date: Thu, 28 Mar 2024 17:52:15 +0100 Subject: [PATCH] Update .github/ISSUE_TEMPLATE/ISSUE_REPORT.md Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/ISSUE_REPORT.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ISSUE_REPORT.md b/.github/ISSUE_TEMPLATE/ISSUE_REPORT.md index a895c55da..ea4c0e92b 100644 --- a/.github/ISSUE_TEMPLATE/ISSUE_REPORT.md +++ b/.github/ISSUE_TEMPLATE/ISSUE_REPORT.md @@ -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) ```