From dccd1266479955019837b4e126712c6604f229e3 Mon Sep 17 00:00:00 2001 From: Dominik Winkelbauer Date: Mon, 1 Jul 2024 12:50:02 +0200 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c00b16ffc..529addfd7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,11 +12,11 @@ body: - type: textarea attributes: label: Minimal code example - description: A *minimal* code example which reproduces this issue, see this [guide](https://stackoverflow.com/help/minimal-reproducible-example). The more reduced the code is, the easier we can understand/reproduce your issue and the faster you will get an answer. + description: A *minimal* code example which reproduces this issue, see this [guide](https://stackoverflow.com/help/minimal-reproducible-example). **The more reduced the code is, the easier we can understand/reproduce your issue and the faster you will get an answer.** placeholder: Only put python code in here render: python validations: - required: false + required: true - type: textarea attributes: label: Files required to run the code