From f55400dce8f51915bd7ecc6dc16daed8ebffed01 Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Mon, 24 Mar 2025 12:22:07 +0100 Subject: [PATCH] .github: Improve issue template description We received several times issues that the repro steps are human readable text with ambiguous instructions. That usually ends up in maintainers asking questions so people provide clear steps. Let's just make the issue template more clear in that regard. Signed-off-by: Rodrigo Campos --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 3af44b540..90b3e1dce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -25,6 +25,8 @@ body: - type: textarea attributes: label: Steps to reproduce the issue + description: | + As much as possible, try to make steps that would work in a script. This makes the repro unambiguous and easy to follow. value: | 1. 2.