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