Skip to content

Commit

Permalink
chore: update bug issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 9, 2022
1 parent d48d7b7 commit 36f5714
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Expand Up @@ -69,13 +69,14 @@ body:
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 which is obtained after enabling debug logging. This will be automatically formatted into code, so no need for backticks.
placeholder: |
This can be achieved by:
1. Re-running 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
validations:
required: true
- type: textarea
attributes:
label: Anything else?
Expand Down

0 comments on commit 36f5714

Please sign in to comment.