Skip to content

Commit

Permalink
[ENHANCEMENT]: Compiling Error Issue Template (#3835)
Browse files Browse the repository at this point in the history
* Create compiling.yml

* Update compiling.yml

* Update compiling.yml

* Update compiling.yml

* Update compiling.yml

* Update compiling.yml

* charting (Hundrec)

thanks hundrec i like this

* Delete .github/ISSUE_TEMPLATE/charting.yml
  • Loading branch information
JVNpixels authored Jan 17, 2025
1 parent c3a188b commit 5d5d12d
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/compiling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: Compiling Report
description: Report an issue with compiling the game.
labels: ["type: compilation help", "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 to/for?
options:
- Web/HTML5
- Desktop
- Other
validations:
required: true

- 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.3
validations:
required: true

- type: markdown
attributes:
value: "## Describe your compiling error."

- 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 of terminal or console, error 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

0 comments on commit 5d5d12d

Please sign in to comment.