3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-17 13:47:20 +00:00

Merge pull request #796 from tj-actions/chore/update-bug-issue-template

chore: update bug issue template
This commit is contained in:
Tonye Jack 2022-11-09 18:43:37 -07:00 committed by GitHub
commit 43835a2749
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,13 +69,14 @@ body:
id: logs id: logs
attributes: attributes:
label: Relevant log output 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 which is obtained after enabling debug logging. This will be automatically formatted into code, so no need for backticks.
placeholder: | placeholder: |
This can be achieved by:
1. Re-running the workflow with debug logging enabled. 1. Re-running the workflow with debug logging enabled.
2. Copy or download the log archive. 2. Copy or download the log archive.
3. Paste the contents here or upload the file in a subsequent comment. 3. Paste the contents here or upload the file in a subsequent comment.
render: shell render: shell
validations:
required: true
- type: textarea - type: textarea
attributes: attributes:
label: Anything else? label: Anything else?