From e6a3dde4960e1a5f32d8fd89de70a357c20e7d52 Mon Sep 17 00:00:00 2001 From: Ada Alakbarova Date: Fri, 7 Nov 2025 08:22:08 +0100 Subject: [PATCH] Make bug report issue template more similar to that of `rust-lang/rust` It's always a bit jarring to be required to provide the expected output first, as usually one starts with having the existing output, and modifies that. This commit reorders the two steps, and also gives them the same names as `rust-lang/rust` for some extra consistency --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b6f70a7f1830..91aaf1f3644e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,15 +20,15 @@ body: label: Reproducer description: Please provide the code and steps to reproduce the bug value: | - I tried this code: + Code: ```rust ``` - I expected to see this happen: + Current output: - Instead, this happened: + Desired output: - type: textarea id: version attributes: