removed requirement for versions

removed requirement for versions in Bug Report
This commit is contained in:
Danny Neira 2023-01-25 14:41:27 -07:00 committed by GitHub
parent 9c7c6364c4
commit c4459fb1c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,21 +58,21 @@ body:
label: "OS Version"
description: "For example, `11.4`."
validations:
required: true
required: false
- type: input
id: "shell-version"
attributes:
label: "Shell Version"
description: "For example, `bash 4.0` e.g. Run `bash --version` or `zsh --version`"
validations:
required: true
required: false
- type: input
id: "warp-version"
attributes:
label: "Warp Version"
description: "Open the Settings Dialog (CMD-,) using the Command Palette or by clicking the three dots > Settings > Account. Once you're on the Account page click the copy icon that's to the right of the version number. `v0.2047.04.07.47.47.stable_47`"
validations:
required: true
required: false
- type: textarea
id: "additional-context"
attributes: