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
|
2024-09-25 22:25:45 +00:00
|
|
|
description: Be sure to complete these steps to increase the chances of your issue being addressed!
|
2024-06-09 02:40:09 +00:00
|
|
|
options:
|
2024-09-25 22:25:45 +00:00
|
|
|
- label: I have properly named my issue
|
|
|
|
- label: I have checked the Issues/Discussions pages to see if my issue has already been reported
|
2024-06-09 02:40:09 +00:00
|
|
|
|
|
|
|
- type: dropdown
|
|
|
|
attributes:
|
2024-09-25 22:25:45 +00:00
|
|
|
label: Platform
|
|
|
|
description: Which platform are you playing on?
|
2024-06-09 02:40:09 +00:00
|
|
|
options:
|
2024-09-25 22:25:45 +00:00
|
|
|
- Newgrounds (Web/HTML5)
|
|
|
|
- Itch.io (Web/HTML5)
|
2024-07-11 01:37:19 +00:00
|
|
|
- Itch.io (Downloadable Build) - Windows
|
|
|
|
- Itch.io (Downloadable Build) - MacOS
|
|
|
|
- Itch.io (Downloadable Build) - Linux
|
2024-09-25 22:25:45 +00:00
|
|
|
- Compiled from GitHub Source Code
|
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-09-25 22:25:45 +00:00
|
|
|
label: Browser
|
|
|
|
description: (Web/HTML5 users only) Which browser are you playing on?
|
2024-06-09 02:40:09 +00:00
|
|
|
options:
|
|
|
|
- Google Chrome
|
|
|
|
- Microsoft Edge
|
|
|
|
- Firefox
|
|
|
|
- Opera
|
|
|
|
- Safari
|
2024-09-25 22:25:45 +00:00
|
|
|
- Other (Specify in Description field)
|
2024-06-09 02:40:09 +00:00
|
|
|
|
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: Version
|
2024-09-25 22:25:45 +00:00
|
|
|
description: Which version are you playing on? The game version is in the bottom left corner of the main menu.
|
|
|
|
placeholder: ex. 0.5.0
|
2024-06-09 02:40:09 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
2024-09-25 22:25:45 +00:00
|
|
|
|
2024-06-09 02:40:09 +00:00
|
|
|
- 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: textarea
|
|
|
|
attributes:
|
2024-09-25 22:25:45 +00:00
|
|
|
label: Description (include any images, videos, errors, or crash logs)
|
|
|
|
description: Provide as much detail as you can. The better others understand your issue, the more they can help you!
|
|
|
|
placeholder: Describe your issue here...
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
2024-06-09 02:40:09 +00:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
2024-09-25 22:25:45 +00:00
|
|
|
label: Steps to Reproduce
|
|
|
|
description: What steps can other people take to reliably encounter this issue?
|
|
|
|
placeholder: 1. Open the game...
|