pokeemerald/.github/ISSUE_TEMPLATE/01_battle_engine_bugs.yaml

52 lines
1.7 KiB
YAML
Raw Permalink Normal View History

2023-08-07 03:02:16 +02:00
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 required fields with as many details as possible.
- type: textarea
id: description
attributes:
label: Description
description: |
Describe the issue you are experiencing.
2023-08-07 03:02:16 +02:00
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 pokeemerald-expansion are you using as a base?
options:
2023-10-31 11:28:47 +01:00
- 1.6.2 (Default)
2023-08-07 03:02:16 +02:00
- upcoming (Edge)
2023-10-31 11:28:47 +01:00
- 1.6.1
2023-10-05 14:08:29 +02:00
- 1.6.0
- 1.5.3
2023-08-25 02:44:50 +02:00
- 1.5.2
- 1.5.1
2023-08-07 03:02:16 +02:00
- 1.5.0
2023-10-05 14:08:29 +02:00
- pre-1.5.0
2023-08-07 03:02:16 +02:00
validations:
required: true
- type: input
id: upcomingversion
attributes:
label: Upcoming Version
description: If you're using the upcoming branch, please specify what was the commit hash you pulled from.
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. Be sure to join our server ([here](https://discord.gg/6CzjAG6GZk)).
placeholder: ex. Lunos#4026
validations:
required: false