From 3ebc19486b3a8e956ffb5c2108511f013f0a7448 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 20 May 2019 06:14:13 +1000 Subject: [PATCH 1/2] Added "name" and "about" variables --- .github/ISSUE_TEMPLATE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6cea87df2..a737642da 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,7 @@ +--- +name: Bug report +about: Create a report to help us improve Pillow +--- ### What did you do? ### What did you expect to happen? @@ -12,7 +16,7 @@ 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. +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 From 1e77da1dcbb79863fb5bf3f863c0eb641c8fa37d Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Mon, 20 May 2019 19:59:09 +1000 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE.md Co-Authored-By: Hugo --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a737642da..eff9824bb 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: Issue report about: Create a report to help us improve Pillow --- ### What did you do?