Skip to content

Commit

Permalink
Improve formats of issue template
Browse files Browse the repository at this point in the history
Update #599
  • Loading branch information
kachick committed Oct 4, 2023
1 parent 1030ff5 commit 215a44c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 215a44c

Please sign in to comment.