oh-my-posh/.github/ISSUE_TEMPLATE/bug.yml

69 lines
2 KiB
YAML
Raw Normal View History

2021-08-09 21:25:34 -07:00
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
2021-11-16 10:38:24 -08:00
id: logs
2021-08-09 21:25:34 -07:00
attributes:
2021-11-16 10:38:24 -08:00
label: Log output
description: Please copy and paste the output generated by `Write-PoshDebug` (PowerShell) or `oh-my-posh --debug --shell uni --config="$POSH_THEME"` for other shells. Please copy/paste the log file's content, formatting is done automatically.
render: shell
2021-08-09 21:25:34 -07:00
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:
- zsh
- bash
- fish
- powershell
- other (please specify)
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell