diff --git a/.github/ISSUE_TEMPLATE/1.bug-report.yml b/.github/ISSUE_TEMPLATE/1.bug-report.yml index 543c22117c..1fbb81af8e 100644 --- a/.github/ISSUE_TEMPLATE/1.bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug-report.yml @@ -46,6 +46,22 @@ body: 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: | +
settings.json + + + ```json + + ``` + +
+ 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