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
This commit is contained in:
Ben Kunkle 2025-01-29 19:02:28 -06:00 committed by GitHub
parent 19383036d5
commit 303cce0cbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -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:
<!-- Please insert a one line summary of the issue below -->
<!-- Include all steps necessary to reproduce from a clean Zed installation. Be verbose -->
Steps to trigger the problem:

View file

@ -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:
<!-- Please insert a one line summary of the issue below -->
<!-- Include all steps necessary to reproduce from a clean Zed installation. Be verbose -->
Steps to trigger the problem: