From bcc3307a7eb5895fcc3828694cb3831b6a037497 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Fri, 7 Nov 2025 13:28:35 -0500 Subject: [PATCH] Add optional Zed log field to all bug report templates (#42221) Release Notes: - N/A --- .github/ISSUE_TEMPLATE/01_bug_ai.yml | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/04_bug_debugger.yml | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/06_bug_git.yml | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/07_bug_windows.yml | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/10_bug_report.yml | 17 +++++++++++++++++ 5 files changed, 89 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/01_bug_ai.yml b/.github/ISSUE_TEMPLATE/01_bug_ai.yml index 16bdef6c7e..36e9036b78 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_ai.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_ai.yml @@ -39,3 +39,21 @@ body: Output of "zed: copy system specs into clipboard" validations: required: true + + - type: textarea + attributes: + label: If applicable, attach your `Zed.log` file to this issue. + description: | + From the command palette, run `zed: open log` to see the last 1000 lines. + Or run `zed: reveal log in file manager` to reveal the log file itself. + value: | +
Zed.log + + + ```log + + ``` + +
+ validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/04_bug_debugger.yml b/.github/ISSUE_TEMPLATE/04_bug_debugger.yml index 2682295a43..8361de5c22 100644 --- a/.github/ISSUE_TEMPLATE/04_bug_debugger.yml +++ b/.github/ISSUE_TEMPLATE/04_bug_debugger.yml @@ -33,3 +33,21 @@ body: Output of "zed: copy system specs into clipboard" validations: required: true + + - type: textarea + attributes: + label: If applicable, attach your `Zed.log` file to this issue. + description: | + From the command palette, run `zed: open log` to see the last 1000 lines. + Or run `zed: reveal log in file manager` to reveal the log file itself. + value: | +
Zed.log + + + ```log + + ``` + +
+ validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/06_bug_git.yml b/.github/ISSUE_TEMPLATE/06_bug_git.yml index 7a01a728cd..ec6276df3a 100644 --- a/.github/ISSUE_TEMPLATE/06_bug_git.yml +++ b/.github/ISSUE_TEMPLATE/06_bug_git.yml @@ -33,3 +33,21 @@ body: Output of "zed: copy system specs into clipboard" validations: required: true + + - type: textarea + attributes: + label: If applicable, attach your `Zed.log` file to this issue. + description: | + From the command palette, run `zed: open log` to see the last 1000 lines. + Or run `zed: reveal log in file manager` to reveal the log file itself. + value: | +
Zed.log + + + ```log + + ``` + +
+ validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/07_bug_windows.yml b/.github/ISSUE_TEMPLATE/07_bug_windows.yml index 4e90c15dbd..b4bda930dc 100644 --- a/.github/ISSUE_TEMPLATE/07_bug_windows.yml +++ b/.github/ISSUE_TEMPLATE/07_bug_windows.yml @@ -33,3 +33,21 @@ body: Output of "zed: copy system specs into clipboard" validations: required: true + + - type: textarea + attributes: + label: If applicable, attach your `Zed.log` file to this issue. + description: | + From the command palette, run `zed: open log` to see the last 1000 lines. + Or run `zed: reveal log in file manager` to reveal the log file itself. + value: | +
Zed.log + + + ```log + + ``` + +
+ validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/10_bug_report.yml b/.github/ISSUE_TEMPLATE/10_bug_report.yml index 1bf6c80e40..9f069a7a35 100644 --- a/.github/ISSUE_TEMPLATE/10_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/10_bug_report.yml @@ -56,3 +56,20 @@ body: Output of "zed: copy system specs into clipboard" validations: required: true + - type: textarea + attributes: + label: If applicable, attach your `Zed.log` file to this issue. + description: | + From the command palette, run `zed: open log` to see the last 1000 lines. + Or run `zed: reveal log in file manager` to reveal the log file itself. + value: | +
Zed.log + + + ```log + + ``` + +
+ validations: + required: false