From 303cce0cbc91ea3b4082b91117d6dca8d7a2816a Mon Sep 17 00:00:00 2001 From: Ben Kunkle Date: Wed, 29 Jan 2025 19:02:28 -0600 Subject: [PATCH] Improve GitHub issue previews (#23853) Modify the new issue templates so that the summary of the issue is hopefully at the top and visible in previews/references to the issue Release Notes: - N/A --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 6 +++--- .github/ISSUE_TEMPLATE/2_crash_report.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 371e5bfb3b..783a1ec05e 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -5,10 +5,10 @@ type: "Bug" body: - type: textarea attributes: - label: Describe the bug / provide steps to reproduce it - description: A one line summary, and detailed reproduction steps + label: Summary + description: Describe the bug with a one line summary, and provide detailed reproduction steps value: | - Summary: + Steps to trigger the problem: diff --git a/.github/ISSUE_TEMPLATE/2_crash_report.yml b/.github/ISSUE_TEMPLATE/2_crash_report.yml index a7bb3d7b9a..83f443a624 100644 --- a/.github/ISSUE_TEMPLATE/2_crash_report.yml +++ b/.github/ISSUE_TEMPLATE/2_crash_report.yml @@ -4,10 +4,10 @@ type: "Crash" body: - type: textarea attributes: - label: Describe the bug / provide steps to reproduce it - description: A one line summary, and detailed reproduction steps + label: Summary + description: Describe the bug with a one line summary, and provide detailed reproduction steps value: | - Summary: + Steps to trigger the problem: