From 91c6c3ea95fc20c1c7dae2d0b716eb46f6a56dfc Mon Sep 17 00:00:00 2001 From: Eduardo Quezada D'Ottone Date: Sat, 3 Jun 2023 15:11:47 -0400 Subject: [PATCH] Create battle_ai_issues.yaml --- .github/ISSUE_TEMPLATE/battle_ai_issues.yaml | 54 ++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/battle_ai_issues.yaml diff --git a/.github/ISSUE_TEMPLATE/battle_ai_issues.yaml b/.github/ISSUE_TEMPLATE/battle_ai_issues.yaml new file mode 100644 index 000000000..835e87945 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/battle_ai_issues.yaml @@ -0,0 +1,54 @@ +name: 🐛 Battle AI bugs +description: File a bug report related to battle AI. +title: "[Bug]: " +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.5.0 (Default) + - upcoming (Edge) + - 1.4.3 + - 1.4.2 + - 1.4.1 + - 1.4.0 + - 1.3.0 + - 1.2.0 + - 1.1.0 + - 1.0.0 + - pre-1.0.0 + 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