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