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/crash.yml

71 lines
1.8 KiB
YAML
Raw Normal View History

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