1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00
Funkin/.github/ISSUE_TEMPLATE/bug.yml

63 lines
1.6 KiB
YAML
Raw Normal View History

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