oh-my-posh/.github/ISSUE_TEMPLATE/bug.yml
2023-03-26 17:33:03 +02:00

68 lines
1.7 KiB
YAML

name: Bug Report
description: File a bug report
labels: ["🐛 bug"]
assignees:
- jandedobbeleer
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/CONTRIBUTING.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: textarea
id: theme
attributes:
label: Theme
description: Which theme/config are you using?
validations:
required: true
- type: dropdown
id: operating-system
attributes:
label: What OS are you seeing the problem on?
multiple: true
options:
- Windows
- Linux
- macOS
- type: dropdown
id: shell
attributes:
label: Which shell are you using?
multiple: true
options:
- bash
- elvish
- fish
- cmd
- nu
- powershell
- xonsh
- tcsh
- zsh
- other (please specify)
- type: textarea
id: logs
attributes:
label: Log output
description: Please copy and paste the output generated by `oh-my-posh debug --plain`.
render: Shell
validations:
required: true