Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 83 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
name: Bug
title: "Bug: "
description: "This issue is about a bug inside the engine."
labels: ["Issue: Bug", "Status: Pending..."]
body:
- type: checkboxes
id: checklist
attributes:
label: "Checklist"
description: "A quick checklist to ensure something something yadi yada"
options:
- label: "I checked and searched if this issue has already been reported in this repo."
- label: "I did not have any mods enabled/installed when reproducing."
validations:
required: true

- type: markdown
attributes:
value: "## Platform and Version"

- type: input
id: version
attributes:
label: "Version"
description: "What version are you experiencing this on? (Include commit + PR if applicable)"
placeholder: "Example: 0.1.0-alpha (566dd0c) (#2)"
validations:
required: true

- type: dropdown
id: platform-type
attributes:
label: "Platform Type"
description: "What platform are you experiencing this on?"
options:
- "Windows"
- "MacOS"
- "Linux"
- "iOS/iPadOS"
- "Android"
- "Browser"
- "Other (Please specify)"
validations:
required: true

- type: input
id: platform-version
attributes:
label: "Platform Version"
description: "What version of your platform are you playing on?"
placeholder: "Examples: 11 25H2, 26.4, SteamOS 3.0, Chrome"
validations:
required: true

- type: input
id: platform-model
attributes:
label: "Platform Model"
description: "If applicable, what device/specs are you using?"
placeholder: "Example: iPhone 17 Pro Max, Samsung S26 Ultra"
validations:
required: false

- type: markdown
attributes:
value: "## Description"

- type: textarea
id: description
attributes:
label: "Description"
description: "Please describe the issue you're experiencing to the best of your ability so we can understand and help solve it."
placeholder: "Describe your issue here..."
validations:
required: true

- type: upload
id: media
attributes:
label: "Media"
description: "If applicable, please leave related images/videos/logs."
validations:
required: false
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/compiling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
name: Compiling
title: "Compiling: "
description: "This issue is about compiling the engine."
labels: ["Issue: Compiling", "Status: Pending..."]
body:
- type: checkboxes
id: checklist
attributes:
label: "Checklist"
description: "A quick checklist to ensure something something yadi yada"
options:
- label: "I checked and searched if this issue has already been reported in this repo."
validations:
required: true

- type: markdown
attributes:
value: "## Platform and Version"

- type: input
id: commit
attributes:
label: "Commit"
description: "What commit are you experiencing this on? (And PR if applicable)"
placeholder: "Example: Initial commit (566dd0c) (#2)"
validations:
required: true

- type: dropdown
id: target
attributes:
label: "Target"
description: "What target are you experiencing this on?"
options:
- "Windows"
- "MacOS"
- "Linux"
- "iOS/iPadOS"
- "Android"
- "HTML5"
- "HashLink"
- "Other (Please specify)"

- type: markdown
attributes:
value: "## Description"

- type: textarea
id: description
attributes:
label: "Description"
description: "Please describe the issue you're experiencing to the best of your ability so we can understand and help solve it."
placeholder: "Describe your issue here..."
validations:
required: true

- type: upload
id: media
attributes:
label: "Media"
description: "If applicable, please leave related images/videos/logs."
validations:
required: false
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Documentation
title: "Documentation: "
description: "This issue is about a documentation suggestion or error."
labels: ["Issue: Documentation", "Status: Pending..."]
body:
- type: checkboxes
id: checklist
attributes:
label: "Checklist"
description: "A quick checklist to ensure something something yadi yada"
options:
- label: "I checked and searched if this issue/suggestion has already been reported in this repo."
validations:
required: true

- type: markdown
attributes:
value: "## Description"

- type: textarea
id: description
attributes:
label: "Description"
description: "Please describe the issue/suggestion."
placeholder: "Describe your issue/suggestion here..."
validations:
required: true

- type: upload
id: media
attributes:
label: "Media"
description: "If applicable, please leave related images/videos."
validations:
required: false
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Enhancement
title: "Enhancement: "
description: "This issue is about an enhancement that you think should be added."
labels: ["Issue: Enhancement", "Status: Pending..."]
body:
- type: checkboxes
id: checklist
attributes:
label: "Checklist"
description: "A quick checklist to ensure something something yadi yada"
options:
- label: "I checked and searched if this enhancement has already been suggested."
validations:
required: true

- type: markdown
attributes:
value: "## Description"

- type: textarea
id: description
attributes:
label: "Description"
description: "Please describe the suggestion you wish to have implemented."
placeholder: "Describe your suggestion here..."
validations:
required: true

- type: upload
id: media
attributes:
label: "Media"
description: "If applicable, please leave images/videos if you wish to also visually represent it."
validations:
required: false
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/github.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: GitHub
title: "GitHub: "
description: "This issue is about the GitHub itself."
labels: ["Issue: GitHub", "Status: Pending..."]
body:
- type: checkboxes
id: checklist
attributes:
label: "Checklist"
description: "A quick checklist to ensure something something yadi yada"
options:
- label: "I checked and searched if this issue has already been reported in this repo."
validations:
required: true

- type: markdown
attributes:
value: "## Description"

- type: textarea
id: description
attributes:
label: "Description"
description: "Please describe the issue/suggestion."
placeholder: "Describe your issue/suggestion here..."
validations:
required: true

- type: upload
id: media
attributes:
label: "Media"
description: "If applicable, please leave related images/videos."
validations:
required: false
Loading
Loading