diff --git a/.github/ISSUE_TEMPLATE/01_bug_agent.yml b/.github/ISSUE_TEMPLATE/01_bug_agent.yml
new file mode 100644
index 0000000000..144dda8c2c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/01_bug_agent.yml
@@ -0,0 +1,36 @@
+name: Bug Report (Agent Panel)
+description: Zed Agent Panel Bugs
+type: "Bug"
+labels: ["agent", "ai"]
+title: "Agent Panel: "
+body:
+ - type: textarea
+ attributes:
+ label: Summary
+ description: Describe the bug with a one line summary, and provide detailed reproduction steps
+ value: |
+
+ SUMMARY_SENTENCE_HERE
+
+ ### Description
+
+
+ Steps to trigger the problem:
+ 1.
+ 2.
+ 3.
+
+ Actual Behavior:
+ Expected Behavior:
+ validations:
+ required: true
+
+ - type: textarea
+ id: environment
+ attributes:
+ label: Zed Version and System Specs
+ description: 'Open Zed, and in the command palette select "zed: Copy System Specs Into Clipboard"'
+ placeholder: |
+ Output of "zed: Copy System Specs Into Clipboard"
+ validations:
+ required: true
diff --git a/.github/ISSUE_TEMPLATE/01_git_bug_report.yml b/.github/ISSUE_TEMPLATE/01_git_bug_report.yml
deleted file mode 100644
index c677102144..0000000000
--- a/.github/ISSUE_TEMPLATE/01_git_bug_report.yml
+++ /dev/null
@@ -1,51 +0,0 @@
-name: Git Bug Report
-description: There is a bug related to Git features in Zed
-type: "Bug"
-labels: ["git"]
-title: "Git: "
-body:
- - type: textarea
- attributes:
- label: Summary
- description: Describe the bug with a one line summary, and provide detailed reproduction steps
- value: |
-
-
-
- Steps to trigger the problem:
- 1.
- 2.
- 3.
-
- Actual Behavior:
-
- Expected Behavior:
-
- validations:
- required: true
- - type: textarea
- id: environment
- attributes:
- label: Zed Version and System Specs
- description: 'Open Zed, and in the command palette select "zed: Copy System Specs Into Clipboard"'
- placeholder: |
- Output of "zed: Copy System Specs Into Clipboard"
- validations:
- required: true
- - type: textarea
- attributes:
- label: If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
- description: |
- macOS: `~/Library/Logs/Zed/Zed.log`
- Linux: `~/.local/share/zed/logs/Zed.log` or $XDG_DATA_HOME
- If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000.
- value: |
- Zed.log
-
-
- ```
-
- ```
-
- validations:
- required: false
diff --git a/.github/ISSUE_TEMPLATE/02_agent_bug_report.yml b/.github/ISSUE_TEMPLATE/02_agent_bug_report.yml
deleted file mode 100644
index c761648970..0000000000
--- a/.github/ISSUE_TEMPLATE/02_agent_bug_report.yml
+++ /dev/null
@@ -1,51 +0,0 @@
-name: Agent Panel Bug Report
-description: There is a bug related to the Agent Panel in Zed
-type: "Bug"
-labels: ["agent", "ai"]
-title: "Agent Panel: "
-body:
- - type: textarea
- attributes:
- label: Summary
- description: Describe the bug with a one line summary, and provide detailed reproduction steps
- value: |
-
-
-
- Steps to trigger the problem:
- 1.
- 2.
- 3.
-
- Actual Behavior:
-
- Expected Behavior:
-
- validations:
- required: true
- - type: textarea
- id: environment
- attributes:
- label: Zed Version and System Specs
- description: 'Open Zed, and in the command palette select "zed: Copy System Specs Into Clipboard"'
- placeholder: |
- Output of "zed: Copy System Specs Into Clipboard"
- validations:
- required: true
- - type: textarea
- attributes:
- label: If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
- description: |
- macOS: `~/Library/Logs/Zed/Zed.log`
- Linux: `~/.local/share/zed/logs/Zed.log` or $XDG_DATA_HOME
- If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000.
- value: |
- Zed.log
-
-
- ```
-
- ```
-
- validations:
- required: false
diff --git a/.github/ISSUE_TEMPLATE/00_edit_predictions_bug_report.yml b/.github/ISSUE_TEMPLATE/02_bug_edit_predictions.yml
similarity index 50%
rename from .github/ISSUE_TEMPLATE/00_edit_predictions_bug_report.yml
rename to .github/ISSUE_TEMPLATE/02_bug_edit_predictions.yml
index 563592a7db..1485419807 100644
--- a/.github/ISSUE_TEMPLATE/00_edit_predictions_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/02_bug_edit_predictions.yml
@@ -1,5 +1,5 @@
-name: Edit Predictions Bug Report
-description: There is a bug related to Edit Predictions in Zed
+name: Bug Report (Edit Predictions)
+description: Zed Edit Predictions bugs
type: "Bug"
labels: ["ai", "inline completion", "zeta"]
title: "Edit Predictions: "
@@ -10,19 +10,21 @@ body:
description: Describe the bug with a one line summary, and provide detailed reproduction steps
value: |
+ SUMMARY_SENTENCE_HERE
-
+ ### Description
+
+
Steps to trigger the problem:
1.
2.
3.
Actual Behavior:
-
Expected Behavior:
-
validations:
required: true
+
- type: textarea
id: environment
attributes:
@@ -32,20 +34,3 @@ body:
Output of "zed: Copy System Specs Into Clipboard"
validations:
required: true
- - type: textarea
- attributes:
- label: If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
- description: |
- macOS: `~/Library/Logs/Zed/Zed.log`
- Linux: `~/.local/share/zed/logs/Zed.log` or $XDG_DATA_HOME
- If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000.
- value: |
- Zed.log
-
-
- ```
-
- ```
-
- validations:
- required: false
diff --git a/.github/ISSUE_TEMPLATE/03_bug_git.yml b/.github/ISSUE_TEMPLATE/03_bug_git.yml
new file mode 100644
index 0000000000..bed432e737
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/03_bug_git.yml
@@ -0,0 +1,35 @@
+name: Bug Report (Git)
+description: Zed Git-Related Bugs
+type: "Bug"
+labels: ["git"]
+title: "Git: "
+body:
+ - type: textarea
+ attributes:
+ label: Summary
+ description: Describe the bug with a one line summary, and provide detailed reproduction steps
+ value: |
+
+ SUMMARY_SENTENCE_HERE
+
+ ### Description
+
+ Steps to trigger the problem:
+ 1.
+ 2.
+ 3.
+
+ Actual Behavior:
+ Expected Behavior:
+
+ validations:
+ required: true
+ - type: textarea
+ id: environment
+ attributes:
+ label: Zed Version and System Specs
+ description: 'Open Zed, and in the command palette select "zed: Copy System Specs Into Clipboard"'
+ placeholder: |
+ Output of "zed: Copy System Specs Into Clipboard"
+ validations:
+ required: true
diff --git a/.github/ISSUE_TEMPLATE/10_bug_report.yml b/.github/ISSUE_TEMPLATE/10_bug_report.yml
index a2064a0157..2fa687c11a 100644
--- a/.github/ISSUE_TEMPLATE/10_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/10_bug_report.yml
@@ -1,46 +1,44 @@
-name: Bug Report
+name: Bug Report (Other)
description: |
- Something is broken in Zed (exclude crashing).
+ Something else is broken in Zed (exclude crashing).
type: "Bug"
body:
- type: textarea
attributes:
label: Summary
- description: Describe the bug with a one line summary, and provide detailed reproduction steps
+ description: Provide a one sentence summary and detailed reproduction steps
value: |
-
-
+
SUMMARY_SENTENCE_HERE
-
-
+ ### Description
+
- Steps to trigger the problem:
+ Steps to reproduce:
1.
2.
3.
4.
+ Expected Behavior:
Actual Behavior:
- Expected Behavior:
+
validations:
@@ -50,7 +48,8 @@ body:
id: environment
attributes:
label: Zed Version and System Specs
- description: 'Open Zed, and in the command palette select "zed: Copy System Specs Into Clipboard"'
+ description: |
+ Open Zed, from the command palette select "zed: Copy System Specs Into Clipboard"
placeholder: |
Output of "zed: Copy System Specs Into Clipboard"
validations:
diff --git a/.github/ISSUE_TEMPLATE/11_crash_report.yml b/.github/ISSUE_TEMPLATE/11_crash_report.yml
index 83f443a624..569e5d6c2c 100644
--- a/.github/ISSUE_TEMPLATE/11_crash_report.yml
+++ b/.github/ISSUE_TEMPLATE/11_crash_report.yml
@@ -5,10 +5,12 @@ body:
- type: textarea
attributes:
label: Summary
- description: Describe the bug with a one line summary, and provide detailed reproduction steps
+ description: Summarize the issue with detailed reproduction steps
value: |
-
+
+ SUMMARY_SENTENCE_HERE
+ ### Description
Steps to trigger the problem:
1.
@@ -16,7 +18,6 @@ body:
3.
Actual Behavior:
-
Expected Behavior:
validations:
@@ -40,10 +41,11 @@ body:
value: |
Zed.log
-
- ```
+
+ ```log
```
-
+
+
validations:
required: false
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 991f2ce91a..3d0b2ce0af 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -4,9 +4,6 @@ contact_links:
- name: Feature Request
url: https://github.com/zed-industries/zed/discussions/new/choose
about: To request a feature, open a new Discussion in one of the appropriate Discussion categories
- - name: Zed Discussion Forum
- url: https://github.com/zed-industries/zed/discussions
- about: A community discussion forum
- - name: "Zed Discord: #Support Channel"
+ - name: "Zed Discord"
url: https://zed.dev/community-links
about: Real-time discussion and user support