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 a12f5d2 commit 52565f8
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,16 @@ body:
from PIL import features
features.pilinfo(supported_formats=False)
render: text
- type: markdown
- type: textarea
attributes:
value: |
label: Additional information
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.
- type: textarea
attributes:
label: Additional information
- type: textarea
attributes:
label: Code to reproduce the issue
placeholder: Python code goes here
render: python
value: |
```python
<Python code goes here>
```

0 comments on commit 52565f8

Please sign in to comment.