Skip to content

Commit

Permalink
Update compiling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JVNpixels authored Nov 6, 2024
1 parent b9f5769 commit af4bf84
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/ISSUE_TEMPLATE/compiling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,22 @@ body:
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
placeholder: ex. 0.5.3
validations:
required: true

- type: markdown
attributes:
value: "## Describe your bug."
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, or crash logs)
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

- type: textarea
attributes:
label: Steps to Reproduce
description: What steps can other people take to reliably encounter this issue?
placeholder: 1. Open the game...

0 comments on commit af4bf84

Please sign in to comment.