From a557d84b767012c31a3f3e660032da855b095b10 Mon Sep 17 00:00:00 2001 From: CamillaLu Date: Fri, 26 Sep 2025 10:27:06 +0200 Subject: [PATCH 1/4] Update bug template fix code rendering, change order and make problem description required --- .github/ISSUE_TEMPLATE/bug.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 228accab4..bfd46442a 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -5,14 +5,6 @@ body: - type: markdown attributes: value: Thanks for taking the time to fill out this bug report! To facilitate efficient support, please fill out all the information applicable to your issue. - - type: markdown - attributes: - value: "### Problem description" - - type: textarea - id: problem-description - attributes: - label: Problem description - description: Please provide a general description of the issue here. - type: markdown attributes: value: "### Your environment" @@ -64,6 +56,15 @@ body: attributes: label: Additional information on the environment description: If you have additional information on the environment or installation that did not fit the forms above, please enter it here. + - type: markdown + attributes: + value: "### Problem description" + - type: textarea + id: problem-description + attributes: + label: Problem description + description: Please provide a general description of the issue here. + required: true - type: markdown attributes: value: "### Reproducing the issue" @@ -77,7 +78,7 @@ body: attributes: label: Code to reproduce the issue description: Please provide the code that produces the error in the form of a minimal reproducible example. Alternatively, you can also attach the code as a file in the field below. - render: shell + render: code - type: textarea id: reproduce-data attributes: From bc250757b3f455a7e514eb2e0a6196070b0f85b0 Mon Sep 17 00:00:00 2001 From: CamillaLu Date: Fri, 26 Sep 2025 10:27:55 +0200 Subject: [PATCH 2/4] Fix error in template --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index bfd46442a..34a822705 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -64,7 +64,7 @@ body: attributes: label: Problem description description: Please provide a general description of the issue here. - required: true + required: true - type: markdown attributes: value: "### Reproducing the issue" From 6c280f2bb36a70e0478883c75b04353901ee84d5 Mon Sep 17 00:00:00 2001 From: CamillaLu Date: Fri, 26 Sep 2025 10:29:05 +0200 Subject: [PATCH 3/4] Fix error in template --- .github/ISSUE_TEMPLATE/bug.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 34a822705..0089322d0 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -64,7 +64,8 @@ body: attributes: label: Problem description description: Please provide a general description of the issue here. - required: true + validations: + required: true - type: markdown attributes: value: "### Reproducing the issue" From 71c7d69fb9f22004e7ed17cea028745129c5cd46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=BCttgens?= Date: Fri, 26 Sep 2025 11:07:46 +0200 Subject: [PATCH 4/4] Update issue template change code rendering to python --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 0089322d0..efc537411 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -79,7 +79,7 @@ body: attributes: label: Code to reproduce the issue description: Please provide the code that produces the error in the form of a minimal reproducible example. Alternatively, you can also attach the code as a file in the field below. - render: code + render: python - type: textarea id: reproduce-data attributes: