From f4b16c531c3e8f35718c5272591e3349d6252bdf Mon Sep 17 00:00:00 2001 From: Maciej Radzikowski Date: Mon, 23 Sep 2024 17:59:10 +0200 Subject: [PATCH] docs: move reproduction code instructions from body to desc in bug template --- .github/ISSUE_TEMPLATE/bug_report.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8725a94..d4ef2c4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -17,19 +17,19 @@ body: - type: textarea attributes: label: Reproduction - description: Minimal code snippet to reproduce the bug. - value: | - validations: required: true - type: textarea