From 3599aa88d4890167643f3d15fbbc9458505761e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Mon, 5 May 2025 15:11:36 +0200 Subject: [PATCH] Update 1_bug_report.yml Add Description field to the bug report template --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 2940b983e6..c4c5329c4a 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -44,6 +44,13 @@ body: validations: required: true +- type: textarea + attributes: + label: What is the bug? + description: Briefly describe what the problem is. + validations: + required: true + - type: textarea attributes: label: Steps to reproduce this @@ -90,4 +97,4 @@ body: description: | Please let us know if you can work on this or if the issue should be assigned to someone else. validations: - required: true \ No newline at end of file + required: true