forked from rh-hideout/pokeemerald-expansion
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create 04_overworld_or_script_issues.yaml
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |