feat(IssueTemplates): Update issue templates and added 2 more (#1759)

This commit is contained in:
Andreas Maerten
2023-07-18 15:56:05 +02:00
committed by GitHub
parent 9d8c66498e
commit f8255d9e80
4 changed files with 96 additions and 4 deletions

View File

@ -28,8 +28,12 @@ body:
required: true
- type: textarea
attributes:
label: Screenshots and/or Logs
description: "Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in."
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.
value: |
```
<paste your logs here>
@ -57,7 +61,14 @@ body:
- type: checkboxes
attributes:
label: Build
description: This last section is to make sure the bug exists on this version of YimMenu. If you have your own version of YimMenu and haven't confirmed the bug exists on the current version of YimMenu this makes the bug report invalid.
description: We want to confirm that this issue exists on the latest version of YimMenu, not a fork or your own version of YimMenu.
options:
- label: I've confirmed the issue exists on the latest version of YimMenu
required: true
- 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