Skip to content

Commit 47cdbc8

Browse files
authored
Merge pull request #289 from dflook/dflook-patch-1
2 parents 82a2aa2 + 517989e commit 47cdbc8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/ISSUE_TEMPLATE/problem.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
If you are having a problem, please ensure you have enabled debug logging by setting the `ACTIONS_STEP_DEBUG` secret to `true` and run the job again.
9+
# If you are having a problem, please ensure you have enabled debug logging by setting the ACTIONS_STEP_DEBUG secret to true and run the job again.
1010
Then complete these fields with as much detail as possible. Being able to see the complete workflow and debug logs will make it much easier to help you.
1111
1212
- type: textarea
@@ -44,3 +44,11 @@ body:
4444
label: Workflow log
4545
description: Please copy and paste the workflow log output from a job with debug logging enabled. If this is long consider putting in a [gist](https://gist.github.com/). This will be automatically formatted, so no need for backticks.
4646
render: shell
47+
48+
- type: checkboxes
49+
id: debugging-enabled
50+
attributes:
51+
label: Has debug logging been enabled?
52+
options:
53+
- label: Yes, the `ACTIONS_STEP_DEBUG` secret was set to `true` when capturing the workflow log above.
54+
required: true

0 commit comments

Comments
 (0)