From 9481b346e2adfcedf176c48aaa490debb6347a25 Mon Sep 17 00:00:00 2001 From: L Date: Wed, 6 Mar 2024 19:11:48 -0800 Subject: [PATCH] Fix issue template formatting (#8866) Release Notes: - N/A Co-authored-by: Joseph T. Lyons --- .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 9df9a4ac11..ccdd084533 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -32,9 +32,9 @@ body: required: false - type: textarea attributes: - label: | - If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue. + label: If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue. + description: | + Drag Zed.log into the text input below. If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000. - description: Drag Zed.log into the text input below validations: required: false diff --git a/.github/ISSUE_TEMPLATE/2_crash_report.yml b/.github/ISSUE_TEMPLATE/2_crash_report.yml index 0e7f1d4d3a..f569170ece 100644 --- a/.github/ISSUE_TEMPLATE/2_crash_report.yml +++ b/.github/ISSUE_TEMPLATE/2_crash_report.yml @@ -31,9 +31,9 @@ body: required: false - type: textarea attributes: - label: | - If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue. + label: If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue. + description: | + Drag Zed.log into the text input below. If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000. - description: Drag Zed.log into the text input below validations: required: false