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 16bdef6c7effb6641db605b8d55c4151c0ab02b2..36e9036b7840fb536bfc47f1fd9b8359c6736b61 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 2682295a431b1e5d8bd39c9f3a2955dad6f45364..8361de5c22fe27a8ea2dd9597fdcbcbf6cd9661e 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 7a01a728cd4592fb74144087110d475c9dd347a5..ec6276df3a21b8df6fde5e6f49d868dee329d864 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 4e90c15dbde1b2727b9508cee69b5c7fd9304fc3..b4bda930dc81c13224956e0e2cb75ecb26f9e2f5 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 1bf6c80e4073dafa90e736f995053c570f0ba2da..9f069a7a355188f91d18fc528a69433f214f5167 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