diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 9706318a..54c00b0a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -37,23 +37,23 @@ body: label: OS description: Operating System where this occured. options: - - label: Linux - - label: OSX - - label: Termux - - label: Windows + - label: linux + - label: darwin + - label: termux + - label: windows - type: checkboxes attributes: label: Shell description: Shell where this occured. options: - - label: Bash - - label: Elvish - - label: Fish - - label: Nushell - - label: Oil - - label: Powershell - - label: Xonsh - - label: Zsh + - label: bash + - label: elvish + - label: fish + - label: nushell + - label: oil + - label: powershell + - label: xonsh + - label: zsh - type: textarea attributes: label: Anything else?