From ed71a3f5c917ac554b251ef391a9a726f3f64352 Mon Sep 17 00:00:00 2001 From: Krystian Hebel Date: Mon, 13 Jan 2025 21:57:12 +0100 Subject: [PATCH] bug_report.yml: change types of summary and reproductibility These seemed to be swapped, long description had one line entry type, while simple percentage had whole text area. Signed-off-by: Krystian Hebel --- .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 3628c14..b909c4d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -95,7 +95,7 @@ body: validations: required: false - - type: input + - type: textarea id: summary attributes: label: Brief summary @@ -103,7 +103,7 @@ body: validations: required: true - - type: textarea + - type: input id: reproductibility attributes: label: How reproducible