Skip to content

Commit

Permalink
Create 04_overworld_or_script_issues.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
iriv24 authored Dec 9, 2024
1 parent 221f1ca commit 6fd230c
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/04_overworld_or_script_issues.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: 🌎 Overworld or script issues 🌎
description: Overworld objects (NPCs, rocks, grass, etc) not looking or behaving as expected.
labels: ["bug", "status: unconfirmed", "category: overworld-or-script"]
body:
- type: markdown
attributes:
value: |
Please fill in all required fields with as many details as possible.
- type: textarea
id: description
attributes:
label: Description
description: |
Describe the issue you are experiencing.
Attach images/videos if possible.
placeholder: |
Please enter a description of the issue. Here you can also attach log screenshots, gifs or a video
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version of Emerald Imperium are you playing?
options:
- 1.0
- beta
validations:
required: true
- type: input
id: contact
attributes:
label: Discord contact info
description: Provide your Discord tag here so we can contact you in case we need more details. Be sure to join the Discord server ([here](https://discord.gg/XJkctHqR)).
placeholder: ex. iriv24#8479
validations:
required: false

0 comments on commit 6fd230c

Please sign in to comment.