mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 13:47:20 +00:00
Update bug_report.yaml
This commit is contained in:
parent
c3ceccf9bc
commit
7d256b941a
1 changed files with 11 additions and 2 deletions
13
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
13
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -65,13 +65,22 @@ body:
|
|||
placeholder: Tell us what you expected!
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
> **Note**
|
||||
>
|
||||
> * Logs will be automatically formatted into code, so no need for backticks.
|
||||
> * The full logs need to be included in the bug report. This can be generated by re-running the workflow in debug mode**
|
||||
> <img width="643" alt="Screenshot 2023-08-31 at 5 51 33 PM" src="https://github.com/tj-actions/changed-files/assets/17484350/41e2139b-38a8-4326-b3d1-efcbb3e21443">
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Relevant log output
|
||||
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.
|
||||
description: Please copy and paste any relevant log output that is obtained after enabling debug logging.
|
||||
placeholder: |
|
||||
1. Re-running the workflow with debug logging enabled.
|
||||
Steps to generate logs
|
||||
1. Rerun the workflow with debug logging enabled.
|
||||
2. Copy or download the log archive.
|
||||
3. Paste the contents here or upload the file in a subsequent comment.
|
||||
render: shell
|
||||
|
|
Loading…
Reference in a new issue