From 52565f8aa57507bc91f395146bffa77fb60c8511 Mon Sep 17 00:00:00 2001 From: Nulano Date: Mon, 4 Mar 2024 21:32:01 +0100 Subject: [PATCH] reorg --- .github/ISSUE_TEMPLATE/bug-report.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index a7ffb2c2861..766fa4edf39 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -65,17 +65,16 @@ body: from PIL import features features.pilinfo(supported_formats=False) render: text - - type: markdown + - type: textarea attributes: - value: | + label: Additional information + description: | Please provide **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. - - type: textarea - attributes: - label: Additional information - - type: textarea - attributes: - label: Code to reproduce the issue - placeholder: Python code goes here - render: python + value: | + + + ```python + + ```