From 3c1254b4c96f943e80fa0398d5d7548501450c76 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Thu, 22 Sep 2016 09:02:32 +0100 Subject: [PATCH] Updated Issue Template [skip ci] Note for frameworks --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 980b85404..2ab0121ae 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,8 +6,8 @@ ### 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. +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. ```python code goes here -``` \ No newline at end of file +```