Skip to content

Commit

Permalink
reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Mar 4, 2024
1 parent 0db26e4 commit a12f5d2
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,9 @@ body:
- type: textarea
attributes:
label: What did you do?
description: |
Please provide **code** that reproduces the issue and whenever possible, an **image** that demonstrates the issue. Please upload images to GitHub, not to third-party file hosting sites. If necessary, add the image to a zip or tar archive.
The best reproductions are self-contained scripts with minimal dependencies. If you are using a framework such as Plone, Django, or Buildout, try to replicate the issue just using Pillow.
placeholder: Describe the steps to reproduce the issue.
validations:
required: true
- type: textarea
attributes:
label: Code to reproduce the issue
placeholder: Python code goes here
render: python
- type: textarea
attributes:
label: What did you expect to happen?
Expand All @@ -53,7 +44,7 @@ body:
required: true
- type: textarea
attributes:
label: What are your OS, Python and Pillow versions?
label: What are your operating system, Python and Pillow versions?
placeholder: |
* OS:
* Python:
Expand All @@ -74,6 +65,17 @@ body:
from PIL import features
features.pilinfo(supported_formats=False)
render: text
- type: markdown
attributes:
value: |
Please provide **code** that reproduces the issue and whenever possible, an **image** that demonstrates the issue. Please upload images to GitHub, not to third-party file hosting sites. If necessary, add the image to a zip or tar archive.
The best reproductions are self-contained scripts with minimal dependencies. If you are using a framework such as Plone, Django, or Buildout, try to replicate the issue just using Pillow.
- type: textarea
attributes:
label: Additional information
- type: textarea
attributes:
label: Code to reproduce the issue
placeholder: Python code goes here
render: python

0 comments on commit a12f5d2

Please sign in to comment.