diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index df33a0a6..eaf499bb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -28,16 +28,23 @@ body: required: true - type: textarea attributes: - label: Logs and/or screenshots + label: Logs 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. - 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: | - ``` - - ``` + validations: required: false - type: dropdown