chore: fix bug issue form

This commit is contained in:
Jan De Dobbeleer 2021-11-17 11:21:23 +01:00 committed by Jan De Dobbeleer
parent 340c79e2e7
commit 01c923c13b

View file

@ -25,14 +25,6 @@ body:
value: "A bug happened!"
validations:
required: true
- type: textarea
id: posh-debug-logs
attributes:
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.
render: shell
validations:
required: true
- type: textarea
id: theme
attributes:
@ -63,6 +55,8 @@ body:
- 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.
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.
render: shell
validations:
required: true