From 85b811a783aa67d5c3a4917384b6c989359c737e Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Mon, 7 Apr 2025 10:10:15 -0400 Subject: [PATCH] Add Agent Panel bug report template (#28226) Release Notes: - N/A --- .../0_agent_beta_bug_report.yml | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/0_agent_beta_bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/0_agent_beta_bug_report.yml b/.github/ISSUE_TEMPLATE/0_agent_beta_bug_report.yml new file mode 100644 index 0000000000..58295ef52a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/0_agent_beta_bug_report.yml @@ -0,0 +1,51 @@ +name: Agent Beta +description: There is a bug related to new Agent Panel in Zed +type: "Bug" +labels: [agent] +title: "Agent Beta: " +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