Update ISSUE_TEMPLATE.md

Added notes about image hosting.
This commit is contained in:
wiredfool 2017-05-27 17:10:52 +01:00 committed by GitHub
parent b076b55623
commit 551e5205d5

View File

@ -6,7 +6,9 @@
### What versions of Pillow and Python are you using?
Please include code that reproduces the issue and whenever possible, an image that demonstrates the issue. 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.
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