mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-29 13:34:51 +00:00
Update bug_report.yaml
This commit is contained in:
parent
7d256b941a
commit
8f777bbc0d
1 changed files with 8 additions and 8 deletions
16
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
16
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -65,14 +65,6 @@ 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:
|
||||
|
@ -86,6 +78,14 @@ body:
|
|||
render: shell
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
> **Warning**
|
||||
>
|
||||
> * 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
|
||||
attributes:
|
||||
label: Anything else?
|
||||
|
|
Loading…
Reference in a new issue