Merge pull request #1732 from hugovk/issue-template

Create GitHub issue template
This commit is contained in:
Alex Clark 2016-03-27 07:07:16 -04:00
commit 4d234fb54d
2 changed files with 13 additions and 0 deletions

13
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,13 @@
### What did you do?
### What did you expect to happen?
### What actually happened?
### 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.
```python
code goes here
```