Pillow/.github/ISSUE_TEMPLATE/ISSUE_REPORT.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

60 lines
1.7 KiB
Markdown
Raw Normal View History

2019-05-19 23:14:13 +03:00
---
name: Issue report
2019-05-19 23:14:13 +03:00
about: Create a report to help us improve Pillow
---
<!--
Thank you for reporting an issue.
Follow these guidelines to ensure your issue is handled properly.
If you have a ...
2019-06-19 08:56:18 +03:00
1. General question: consider asking the question on Stack Overflow
with the python-imaging-library tag:
* https://stackoverflow.com/questions/tagged/python-imaging-library
Do not ask a question in both places.
If you think you have found a bug or have an unexplained exception
then file a bug report here.
2019-06-19 08:56:18 +03:00
2. Bug report: include a self-contained, copy-pastable example that
generates the issue if possible. Be concise with code posted.
Guidelines on how to provide a good bug report:
* https://stackoverflow.com/help/mcve
Bug reports which follow these guidelines are easier to diagnose,
and are often handled much more quickly.
2019-06-19 08:56:18 +03:00
3. Feature request: do a quick search of existing issues
to make sure this has not been asked before.
We know asking good questions takes effort, and we appreciate your time.
Thank you.
-->
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.
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
```