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:
parent
19383036d5
commit
303cce0cbc
2 changed files with 6 additions and 6 deletions
6
.github/ISSUE_TEMPLATE/1_bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/1_bug_report.yml
vendored
|
@ -5,10 +5,10 @@ type: "Bug"
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the bug / provide steps to reproduce it
|
label: Summary
|
||||||
description: A one line summary, and detailed reproduction steps
|
description: Describe the bug with a one line summary, and provide detailed reproduction steps
|
||||||
value: |
|
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 -->
|
<!-- Include all steps necessary to reproduce from a clean Zed installation. Be verbose -->
|
||||||
Steps to trigger the problem:
|
Steps to trigger the problem:
|
||||||
|
|
6
.github/ISSUE_TEMPLATE/2_crash_report.yml
vendored
6
.github/ISSUE_TEMPLATE/2_crash_report.yml
vendored
|
@ -4,10 +4,10 @@ type: "Crash"
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the bug / provide steps to reproduce it
|
label: Summary
|
||||||
description: A one line summary, and detailed reproduction steps
|
description: Describe the bug with a one line summary, and provide detailed reproduction steps
|
||||||
value: |
|
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 -->
|
<!-- Include all steps necessary to reproduce from a clean Zed installation. Be verbose -->
|
||||||
Steps to trigger the problem:
|
Steps to trigger the problem:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue