Skip to content

Commit 233b976

Browse files
miguelrazyeskunall
andauthored
Add WSL Linux choice and settings.json prompt for GitHub issue template (zed-industries#43479)
Release Notes: - N/A --------- Co-authored-by: Kunall Banerjee <hey@kimchiii.space>
1 parent 6b92c1a commit 233b976

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/ISSUE_TEMPLATE/1.bug-report.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,22 @@ body:
4646
</details>
4747
validations:
4848
required: false
49+
- type: textarea
50+
attributes:
51+
label: If applicable, attach your relevant Zed settings to this issue
52+
description: |
53+
Open the command palette in Zed, then type “zed: open settings file” and copy/paste any relevant (e.g., LSP-specific) settings.
54+
value: |
55+
<details><summary>settings.json</summary>
56+
57+
<!-- Paste your settings inside the code block. -->
58+
```json
59+
60+
```
61+
62+
</details>
63+
validations:
64+
required: false
4965
- type: textarea
5066
attributes:
5167
label: If applicable, provide details about your model provider
@@ -68,3 +84,16 @@ body:
6884
Architecture: aarch64
6985
validations:
7086
required: true
87+
- type: dropdown
88+
attributes:
89+
label: If you are using WSL on Windows, what flavor of Linux are you using?
90+
multiple: false
91+
options:
92+
- Arch Linux
93+
- Ubuntu
94+
- Fedora
95+
- Mint
96+
- Pop!_OS
97+
- NixOS
98+
- Other
99+
default: 0

0 commit comments

Comments
 (0)