mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 12:22:49 +03:00
Fix issue template formatting (#8866)
Release Notes: - N/A Co-authored-by: Joseph T. Lyons <JosephTLyons@gmail.com>
This commit is contained in:
parent
8a92d28663
commit
9481b346e2
6
.github/ISSUE_TEMPLATE/1_bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/1_bug_report.yml
vendored
@ -32,9 +32,9 @@ body:
|
|||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: |
|
label: If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
|
||||||
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.
|
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:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
6
.github/ISSUE_TEMPLATE/2_crash_report.yml
vendored
6
.github/ISSUE_TEMPLATE/2_crash_report.yml
vendored
@ -31,9 +31,9 @@ body:
|
|||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: |
|
label: If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
|
||||||
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.
|
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:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
Reference in New Issue
Block a user