2022-06-29 19:36:03 +03:00
name : Bug report
description : Create a report to help us improve
title : "[Bug]: "
labels : bug
body :
- type : textarea
attributes :
label : Describe the bug
description : A clear and concise description of what the bug is.
validations :
required : true
- type : textarea
attributes :
label : Steps To Reproduce
description : Steps to reproduce the behavior.
placeholder : |
1 . Go to '...'
2 . Click on '...'
3 . Scroll down to '...'
4 . See error
validations :
required : true
- type : textarea
attributes :
label : Expected Behavior
description : A clear and concise description of what you expected to happen.
validations :
required : true
- type : textarea
attributes :
2023-07-18 15:56:05 +02:00
label : Logs and/or screenshots
description : |
For a bug report to be valid, please 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.
2022-06-29 19:36:03 +03:00
value : |
```
<paste your logs here>
```
validations :
required : false
- type : dropdown
attributes :
label : Store
description : Which launcher/store do you use to launch your game?
multiple : false
options :
- Steam
- Epic Games
- Rockstar
- Other (please mention in "Additional context")
validations :
required : true
- type : textarea
attributes :
label : Additional context
description : Add any other context about the problem here.
validations :
required : false
- type : checkboxes
attributes :
label : Build
2023-07-18 15:56:05 +02:00
description : We want to confirm that this issue exists on the latest version of YimMenu, not a fork or your own version of YimMenu.
2022-06-29 19:36:03 +03:00
options :
2022-12-12 11:20:47 +01:00
- label : I've confirmed the issue exists on the latest version of YimMenu
2022-06-29 19:36:03 +03:00
required : true
2023-07-18 15:56:05 +02:00
- type : checkboxes
attributes :
label : Coload
description : Make sure you test YimMenu without co-loading (Menyoo, Stand, ...) first and see if the issue exists, if it doesn't verify if you think the issue lies with us or with the product you're co-loading with.
options :
- label : I've tested this without co-loading anything.
required : true