forked from FunkinCrew/Funkin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
name: Compiling Report | ||
description: Report an issue with compiling the game. | ||
labels: ["type: minor bug", "status: pending triage"] | ||
title: "Compiling Report: " | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Issue Checklist | ||
description: Be sure to complete these steps to increase the chances of your issue being addressed! | ||
options: | ||
- label: I have properly named my issue | ||
- label: I have checked the Issues/Discussions pages to see if my issue has already been reported | ||
|
||
- type: dropdown | ||
attributes: | ||
label: Platform | ||
description: Which platform are you compiling? | ||
options: | ||
- Newgrounds (Web/HTML5) | ||
- Itch.io (Web/HTML5) | ||
- Itch.io (Downloadable Build) - Windows | ||
- Itch.io (Downloadable Build) - MacOS | ||
- Itch.io (Downloadable Build) - Linux | ||
- Compiled from GitHub Source Code | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
attributes: | ||
label: Browser | ||
description: (Web/HTML5 users only) Which browser are you playing on? | ||
options: | ||
- Google Chrome | ||
- Microsoft Edge | ||
- Firefox | ||
- Opera | ||
- Safari | ||
- Other (Specify in Description field) | ||
|
||
- type: input | ||
attributes: | ||
label: Version | ||
description: Which version are you compiling? The game version is in the bottom left corner of the main menu or in the project.hxp file. | ||
placeholder: ex. 0.5.0 | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: "## Describe your bug." | ||
|
||
- type: markdown | ||
attributes: | ||
value: "### Please do not report issues from other engines. These must be reported in their respective repositories." | ||
|
||
- type: textarea | ||
attributes: | ||
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 | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to Reproduce | ||
description: What steps can other people take to reliably encounter this issue? | ||
placeholder: 1. Open the game... |