Fix issue template formatting (#8866)

L and Joseph T. Lyons created

Release Notes:
- N/A

Co-authored-by: Joseph T. Lyons <JosephTLyons@gmail.com>

Change summary

.github/ISSUE_TEMPLATE/1_bug_report.yml   | 6 +++---
.github/ISSUE_TEMPLATE/2_crash_report.yml | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

Detailed changes

.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

.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