name: 🧠 Battle AI bugs 🐛 description: File a bug report related to battle AI. labels: ["bug", "status: unconfirmed", "category: battle-ai"] body: - type: markdown attributes: value: | Please fill in all fields with as many details as possible. Once your bug is posted, make sure you and your collaborators are added to `CREDITS.md` by [tagging the bot on GitHub](https://github.com/rh-hideout/pokeemerald-expansion/wiki/CREDITS.md-Frequently-Asked-Questions). EVERY contribution matters, even reporting bugs! - type: textarea id: description attributes: label: Description description: | What behavior are you expecting to happen? What behavior are you observing instead? placeholder: | Please be as descriptive as possible. validations: required: true - type: textarea id: reproduction attributes: label: Reproduction Steps description: | What exact steps can somebody else follow in order to recreate the issue on their own? placeholder: | Provide as much context as possible as to what was done to create the issue. validations: required: true - type: textarea id: media attributes: label: Images / Video description: | Do you have images or videos to show the problem happen? placeholder: | Here you can also attach logs, screenshots, gifs or a video. validations: required: false - type: dropdown id: version attributes: label: Version description: What version of pokeemerald-expansion are you using? options: - 1.13.3 (Latest release) - master (default, unreleased bugfixes) - upcoming (Edge) - 1.13.2 - 1.13.1 - 1.13.0 - 1.12.3 - 1.12.2 - 1.12.1 - 1.12.0 - pre-1.12.0 validations: required: true - type: input id: upcomingversion attributes: label: Upcoming/master Version description: If you're using the `upcoming` or `master` branches directly, please use the following command to give us the commit hash that you are on. `git log --merges RHH/upcoming -1 --format=%H` Replace `upcoming` with `master` if you're using `master`. validations: required: false - 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. Discussion around **`pokeemerald-expansion`** happens in our [Discord server](https://discord.gg/6CzjAG6GZk). placeholder: ex. Lunos#4026 validations: required: false