mirror of
https://github.com/rh-hideout/pokeemerald-expansion
synced 2025-10-06 03:42:48 +02:00
73 lines
2.8 KiB
YAML
73 lines
2.8 KiB
YAML
name: ⚔️ Battle Engine mechanical bugs 🐛
|
|
description: File a bug report related to battle mechanic, be it moves, abilities and/or items.
|
|
labels: ["bug", "status: unconfirmed", "category: battle-mechanic"]
|
|
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.2 (Latest release)
|
|
- master (default, unreleased bugfixes)
|
|
- upcoming (Edge)
|
|
- 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
|