Pillow/.github/ISSUE_TEMPLATE.md
Andrew Murray 1e77da1dcb
Update .github/ISSUE_TEMPLATE.md
Co-Authored-By: Hugo <hugovk@users.noreply.github.com>
2019-05-20 19:59:09 +10:00

24 lines
702 B
Markdown

---
name: Issue report
about: Create a report to help us improve Pillow
---
### What did you do?
### What did you expect to happen?
### What actually happened?
### What are your OS, Python and Pillow versions?
* OS:
* Python:
* Pillow:
Please include **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.
```python
code goes here
```