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