Update [BUG] issue template (#2978)
This commit is contained in:
parent
51ee53ee51
commit
9b10969978
19
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
19
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -28,16 +28,23 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Logs and/or screenshots
|
label: Logs
|
||||||
description: |
|
description: |
|
||||||
For a bug report to be valid, please include the logs for YimMenu.
|
For a bug report to be valid, you need to include the logs for YimMenu.
|
||||||
They can be found under `%appdata%/YimMenu/cout.log`, even if you think the log file is useless we'd still like for you to include it here.
|
They can be found under `%appdata%/YimMenu/cout.log`, even if you think the log file is useless we'd still like for you to include it here.
|
||||||
|
|
||||||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
Tip: To easily upload your log file rename the cout.log file to cout.txt, alternatively zip the cout.log file. You can then drag and drop the file here.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Screenshots / Video
|
||||||
|
description: |
|
||||||
|
If you think the issue can be better explained with screenshots or a video then consider adding these here.
|
||||||
|
|
||||||
|
Tip: You can attach images by clicking this area to highlight it and then dragging files in.
|
||||||
value: |
|
value: |
|
||||||
```
|
<!-- drag and drop your images or video(s) here -->
|
||||||
<paste your logs here>
|
|
||||||
```
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
Reference in New Issue
Block a user