Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Mar 4, 2024
1 parent 3e74d3a commit 0db26e4
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`?
Expand Down

0 comments on commit 0db26e4

Please sign in to comment.