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

Miguel Raz Guzmán Macedo and Kunall Banerjee created

Release Notes:

- N/A

---------

Co-authored-by: Kunall Banerjee <hey@kimchiii.space>

Change summary

.github/ISSUE_TEMPLATE/1.bug-report.yml | 29 ++++++++++++++++++++++++++
1 file changed, 29 insertions(+)

Detailed changes

.github/ISSUE_TEMPLATE/1.bug-report.yml đź”—

@@ -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