From 172663c1a0f29044e3e8f1598c1ffe159ea3ccc1 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 19 Sep 2022 20:07:58 -0600 Subject: [PATCH] Updated .github/ISSUE_TEMPLATE/bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 35af0262..d0c1d514 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -69,8 +69,8 @@ body: id: logs attributes: label: Relevant log output - description: Please copy and paste any relevant log outputs after enabling debug logging using ACTIONS_STEP_DEBUG=true See https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging. This will be automatically formatted into code, so no need for backticks. - render: bash + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell - type: textarea attributes: label: Anything else? @@ -86,7 +86,7 @@ body: id: terms attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](../blob/main/CODE_OF_CONDUCT.md) + description: By submitting this issue, you agree to follow our [Code of Conduct](./CODE_OF_CONDUCT.md) options: - label: I agree to follow this project's Code of Conduct required: true