From be12a33dae9d927e4e20b68d82ef9b3b0d2d5ccb Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 13 Jun 2019 18:02:12 +0300 Subject: [PATCH 1/2] Advice on general questions, bug reports and feature requests --- .github/ISSUE_TEMPLATE.md | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index eff9824bb..c6b2b7f9b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,6 +2,40 @@ name: Issue report about: Create a report to help us improve Pillow --- + + + ### What did you do? ### What did you expect to happen? @@ -14,9 +48,11 @@ about: Create a report to help us improve Pillow * Python: * Pillow: + ```python code goes here From d0bc521579744f82afc29c80543b68c260e28e15 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 19 Jun 2019 08:56:18 +0300 Subject: [PATCH 2/2] Remove unused formatting from comments --- .github/ISSUE_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index c6b2b7f9b..115f6135d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -10,8 +10,8 @@ Follow these guidelines to ensure your issue is handled properly. If you have a ... -1. **General question**: consider asking the question on Stack Overflow - with the python-imaging-library tag: +1. General question: consider asking the question on Stack Overflow + with the python-imaging-library tag: * https://stackoverflow.com/questions/tagged/python-imaging-library @@ -20,7 +20,7 @@ If you have a ... If you think you have found a bug or have an unexplained exception then file a bug report here. -2. **Bug report:** include a self-contained, copy-pastable example that +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: @@ -29,7 +29,7 @@ If you have a ... Bug reports which follow these guidelines are easier to diagnose, and are often handled much more quickly. -3. **Feature request:** do a quick search of existing issues +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.