Pillow/.github/ISSUE_TEMPLATE.md

20 lines
627 B
Markdown
Raw Normal View History

2016-02-18 18:07:20 +03:00
### What did you do?
### What did you expect to happen?
### What actually happened?
2018-09-18 13:10:34 +03:00
### What are your OS, Python and Pillow versions?
* OS:
* Python:
* Pillow:
2016-02-18 18:07:20 +03:00
2017-05-27 19:34:53 +03:00
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.
2017-05-27 19:34:53 +03:00
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.
2016-02-18 18:07:20 +03:00
```python
code goes here
```