From fd4682c8d1a3af412002e2e66a5e3137635c5e86 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Sun, 19 Oct 2025 15:29:09 -0400 Subject: [PATCH] Remove Windows beta issue template (#40650) Release Notes: - N/A --- .../ISSUE_TEMPLATE/06_bug_windows_beta.yml | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/06_bug_windows_beta.yml diff --git a/.github/ISSUE_TEMPLATE/06_bug_windows_beta.yml b/.github/ISSUE_TEMPLATE/06_bug_windows_beta.yml deleted file mode 100644 index b2b2a0f9dfcd5ddaa0dda41650864b053c5bb933..0000000000000000000000000000000000000000 --- a/.github/ISSUE_TEMPLATE/06_bug_windows_beta.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Bug Report (Windows Beta) -description: Zed Windows Beta Related Bugs -type: "Bug" -labels: ["windows"] -title: "Windows Beta: " -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