From 0db26e43ea777538819b26c89b5717f9caef558c Mon Sep 17 00:00:00 2001 From: Nulano Date: Mon, 4 Mar 2024 21:18:33 +0100 Subject: [PATCH] changes --- .github/ISSUE_TEMPLATE/bug-report.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index f949d1c157b..c86d5844b0f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -54,25 +54,16 @@ body: - type: textarea attributes: label: What are your OS, Python and Pillow versions? - value: | + placeholder: | * OS: * Python: * Pillow: - - type: input - attributes: - label: What is your operating system? validations: required: true - - type: dropdown + - type: input attributes: label: How did you install Pillow? - options: - - "pip" - - "conda" - - "System package manager (e.g. apt-get, yum, ...)" - - "Built from source" - validations: - required: true + placeholder: "Examples: pip, conda, apt-get, built from source" - type: textarea attributes: label: What is the output of running `python3 -m PIL --report`?