From 215a44c51d37cd030090fd66cb5fd5ca3658650e Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Wed, 4 Oct 2023 17:03:09 +0900 Subject: [PATCH] Improve formats of issue template Update #599 --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index a786733f..786d1e4f 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -36,15 +36,20 @@ body: id: permissions attributes: label: Permissions - description: Actual permissions in your run + description: | + Actual permissions in your run + See https://github.com/kachick/wait-other-jobs/issues/598#issuecomment-1744790616 for detail placeholder: | Copy from your action log's "Set up job" section. - See https://github.com/kachick/wait-other-jobs/issues/598#issuecomment-1744790616 for detail validations: required: true - 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. + description: | + Please copy and paste any relevant log output. + This will be automatically formatted into code, so no need for backticks. render: shell + validations: + required: true