This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
YimMenu/.github/ISSUE_TEMPLATE/bug_report.yml

64 lines
1.8 KiB
YAML

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:
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."
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
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.
options:
- label: I've confirmed the issue exists on the latest version of YimMenu
required: true