1name: Bug Report (Windows)
2description: Zed Windows Related Bugs
3type: "Bug"
4labels: ["windows"]
5title: "Windows: <a short description of the Windows bug>"
6body:
7 - type: textarea
8 attributes:
9 label: Summary
10 description: Describe the bug with a one-line summary, and provide detailed reproduction steps
11 value: |
12 <!-- Please insert a one-line summary of the issue below -->
13 SUMMARY_SENTENCE_HERE
14
15 ### Description
16 <!-- Describe with sufficient detail to reproduce from a clean Zed install. -->
17 Steps to trigger the problem:
18 1.
19 2.
20 3.
21
22 **Expected Behavior**:
23 **Actual Behavior**:
24
25 validations:
26 required: true
27 - type: textarea
28 id: environment
29 attributes:
30 label: Zed Version and System Specs
31 description: 'Open Zed, and in the command palette select "zed: copy system specs into clipboard"'
32 placeholder: |
33 Output of "zed: copy system specs into clipboard"
34 validations:
35 required: true