diff --git a/.github/ISSUE_TEMPLATE/04_overworld_or_script_issues.yaml b/.github/ISSUE_TEMPLATE/04_overworld_or_script_issues.yaml new file mode 100644 index 000000000000..befd06d7465f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04_overworld_or_script_issues.yaml @@ -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