889a02d263
* Version 1.9.2 * Apply suggestions from code review Co-authored-by: Pawkkie <61265402+Pawkkie@users.noreply.github.com> * Updated to latest master * Updated to latest master * Fix last PR * Corrected order + Pumpkaboo/Gourgeist credits --------- Co-authored-by: Pawkkie <61265402+Pawkkie@users.noreply.github.com>
55 lines
1.7 KiB
YAML
55 lines
1.7 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 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 pokeemerald-expansion are you using as a base?
|
|
options:
|
|
- 1.9.2 (Latest release)
|
|
- master (default, unreleased bugfixes)
|
|
- upcoming (Edge)
|
|
- 1.9.1
|
|
- 1.9.0
|
|
- 1.8.6
|
|
- 1.8.5
|
|
- 1.8.4
|
|
- 1.8.3
|
|
- 1.8.2
|
|
- 1.8.1
|
|
- 1.8.0
|
|
- pre-1.8.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 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
|