From 01c923c13bbdb6ec552ae794a2e87815c30734d7 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Wed, 17 Nov 2021 11:21:23 +0100 Subject: [PATCH] chore: fix bug issue form --- .github/ISSUE_TEMPLATE/bug.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 5562f268..9cdd48ce 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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