From ca63a12ac209fa0e1a9156655927d04f6483840b Mon Sep 17 00:00:00 2001 From: Nulano Date: Tue, 20 Feb 2024 22:50:14 +0100 Subject: [PATCH] Mention features.pilinfo directly in the issue template --- .github/ISSUE_TEMPLATE/ISSUE_REPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/ISSUE_REPORT.md b/.github/ISSUE_TEMPLATE/ISSUE_REPORT.md index cfd576f35..de1d14bb3 100644 --- a/.github/ISSUE_TEMPLATE/ISSUE_REPORT.md +++ b/.github/ISSUE_TEMPLATE/ISSUE_REPORT.md @@ -49,7 +49,7 @@ Thank you. * Pillow: ```text -please paste the output of running `python3 -m PIL --bugreport` here +please paste here the output of the following Python code: `from PIL import features; features.pilinfo(supported_formats=False)` ```