Skip to content

Commit

Permalink
Update bug_report.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 1, 2023
1 parent c3ceccf commit 7d256b9
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 7d256b9

Please sign in to comment.