Add WSL Linux choice and settings.json prompt for GitHub issue template (#43479)

Release Notes:

- N/A

---------

Co-authored-by: Kunall Banerjee <hey@kimchiii.space>
This commit is contained in:
Miguel Raz Guzmán Macedo
2025-11-26 11:57:27 -06:00
committed by GitHub
parent 6b92c1a47b
commit 233b976441

View File

@@ -46,6 +46,22 @@ body:
</details>
validations:
required: false
- type: textarea
attributes:
label: If applicable, attach your relevant Zed settings to this issue
description: |
Open the command palette in Zed, then type “zed: open settings file” and copy/paste any relevant (e.g., LSP-specific) settings.
value: |
<details><summary>settings.json</summary>
<!-- Paste your settings inside the code block. -->
```json
```
</details>
validations:
required: false
- type: textarea
attributes:
label: If applicable, provide details about your model provider
@@ -68,3 +84,16 @@ body:
Architecture: aarch64
validations:
required: true
- type: dropdown
attributes:
label: If you are using WSL on Windows, what flavor of Linux are you using?
multiple: false
options:
- Arch Linux
- Ubuntu
- Fedora
- Mint
- Pop!_OS
- NixOS
- Other
default: 0