From 94f4350b7211aaf426f23a47547f0b03015ba717 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 26 Jul 2021 16:06:14 +0200 Subject: [PATCH] Test 2 --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index e1c0d206c9d..1ac28eddb50 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -20,10 +20,15 @@ body: What is the bug about? Please provide the code that is causing the issue, and configurations used if required placeholder: | + ```python # Please disable message unrelated to the bug # pylint: disable=missing-docstring, = b + 1 - render: python + ``` + value: | + ```python + + ``` validations: required: true - type: textarea