From 08a2b6898bd5b8cdba3eaeedfc1b665e4e6906f1 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Thu, 9 Oct 2025 17:35:16 -0400 Subject: [PATCH] Add a non-beta Windows issue template (#39904) The beta template will be removed after Windows launch, the new url will be: https://github.com/zed-industries/zed/issues/new?template=07_bug_windows.yml Release Notes: - N/A --- ...ndows_beta.yml => 06_bug_windows_beta.yml} | 0 .github/ISSUE_TEMPLATE/07_bug_windows.yml | 35 +++++++++++++++++++ 2 files changed, 35 insertions(+) rename .github/ISSUE_TEMPLATE/{07_bug_windows_beta.yml => 06_bug_windows_beta.yml} (100%) create mode 100644 .github/ISSUE_TEMPLATE/07_bug_windows.yml diff --git a/.github/ISSUE_TEMPLATE/07_bug_windows_beta.yml b/.github/ISSUE_TEMPLATE/06_bug_windows_beta.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/07_bug_windows_beta.yml rename to .github/ISSUE_TEMPLATE/06_bug_windows_beta.yml diff --git a/.github/ISSUE_TEMPLATE/07_bug_windows.yml b/.github/ISSUE_TEMPLATE/07_bug_windows.yml new file mode 100644 index 0000000000000000000000000000000000000000..4e90c15dbde1b2727b9508cee69b5c7fd9304fc3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/07_bug_windows.yml @@ -0,0 +1,35 @@ +name: Bug Report (Windows) +description: Zed Windows Related Bugs +type: "Bug" +labels: ["windows"] +title: "Windows: " +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. + + **Expected Behavior**: + **Actual 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