Conflicts: include/battle.h include/constants/expansion.h include/graphics.h src/battle_bg.c src/battle_util.c src/data/graphics/battle_terrain.h src/data/graphics/pokemon.h src/pokeblock_feed.c src/pokemon_sprite_visualizer.c
72 lines
2.4 KiB
YAML
72 lines
2.4 KiB
YAML
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.
|
|
- 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.11.2 (Latest release)
|
|
- master (default, unreleased bugfixes)
|
|
- upcoming (Edge)
|
|
- 1.11.1
|
|
- 1.11.0
|
|
- 1.10.3
|
|
- 1.10.2
|
|
- 1.10.1
|
|
- 1.10.0
|
|
- pre-1.10.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
|