Funkin/.github/ISSUE_TEMPLATE/bug.yml

62 lines
1.5 KiB
YAML
Raw Normal View History

2024-06-08 22:40:09 -04:00
name: Bug Report
description: Report a bug or an issue in the game
2024-06-17 01:06:14 -04:00
labels: ["type: minor bug", "status: pending triage"]
2024-06-08 22:40:09 -04:00
title: "Bug Report: "
body:
- type: checkboxes
attributes:
label: Issue Checklist
options:
- label: I have properly named the issue
- label: I looked in issues/discussions, if it has been previously reported
- type: dropdown
attributes:
label: What platform are you using?
options:
- Itch.io - Windows
- Itch.io - MacOS
- Itch.io - Linux
- Newgrounds (Web)
validations:
required: true
2024-06-08 22:42:50 -04:00
2024-06-08 22:40:09 -04:00
- type: dropdown
attributes:
label: If you were playing on a browser, which one were you using?
options:
- Google Chrome
- Microsoft Edge
- Firefox
- Opera
- Safari
- Other (Specify below)
- type: input
attributes:
label: Version
description: What version were you using?
2024-06-17 01:06:14 -04:00
placeholder: ex. 0.4.1
2024-06-08 22:40:09 -04:00
validations:
required: true
- type: markdown
2024-06-08 22:42:50 -04:00
attributes:
value: "## Describe your bug."
2024-06-08 22:40:09 -04:00
- type: markdown
2024-06-08 22:42:50 -04:00
attributes:
value: "### Please do not report issues from other engines. These must be reported in their repositories."
2024-06-08 22:40:09 -04:00
- type: markdown
2024-06-08 22:42:50 -04:00
attributes:
value: "#### Provide as many details as you can."
2024-06-08 22:40:09 -04:00
- type: textarea
attributes:
label: Context (Provide images, videos, etc.)
- type: textarea
attributes:
label: Steps to reproduce (or crash logs, errors, etc.)