From 9b10969978399948da65ab55281015ca70c1d11c Mon Sep 17 00:00:00 2001 From: Andreas Maerten <24669514+Yimura@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:31:44 +0200 Subject: [PATCH] Update [BUG] issue template (#2978) --- .github/ISSUE_TEMPLATE/bug_report.yml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) 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