From b389c34c889c2876987f92f719f5fe3b62856086 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Sat, 3 Jun 2023 16:36:20 -0400 Subject: [PATCH] Further templates --- ...e_bugs.yaml => 01_battle_engine_bugs.yaml} | 12 ++--- ...i_issues.yaml => 02_battle_ai_issues.yaml} | 12 ++--- .../ISSUE_TEMPLATE/03_feature_requests.yaml | 28 +++++++++++ .github/ISSUE_TEMPLATE/04_other_errors.yaml | 50 +++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++ 5 files changed, 91 insertions(+), 16 deletions(-) rename .github/ISSUE_TEMPLATE/{battle_engine_bugs.yaml => 01_battle_engine_bugs.yaml} (91%) rename .github/ISSUE_TEMPLATE/{battle_ai_issues.yaml => 02_battle_ai_issues.yaml} (92%) create mode 100644 .github/ISSUE_TEMPLATE/03_feature_requests.yaml create mode 100644 .github/ISSUE_TEMPLATE/04_other_errors.yaml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/battle_engine_bugs.yaml b/.github/ISSUE_TEMPLATE/01_battle_engine_bugs.yaml similarity index 91% rename from .github/ISSUE_TEMPLATE/battle_engine_bugs.yaml rename to .github/ISSUE_TEMPLATE/01_battle_engine_bugs.yaml index dc25820b76..688a8d4719 100644 --- a/.github/ISSUE_TEMPLATE/battle_engine_bugs.yaml +++ b/.github/ISSUE_TEMPLATE/01_battle_engine_bugs.yaml @@ -1,6 +1,6 @@ -name: 🐛 Battle Engine mechanic bugs +name: ⚔️ Battle Engine mechanical bugs 🐛 description: File a bug report related to battle mechanic, be it moves, abilities and/or items. -title: "[Bug]: " +title: "" labels: ["bug", "status: unconfirmed", "category: battle-mechanic"] body: - type: markdown @@ -24,17 +24,13 @@ body: label: Version description: What version of pokeemerald-expansion are you using as a base? options: - - 1.5.0 (Default) - upcoming (Edge) + - 1.5.0 (Default) - 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 + - pre-1.4.0 validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/battle_ai_issues.yaml b/.github/ISSUE_TEMPLATE/02_battle_ai_issues.yaml similarity index 92% rename from .github/ISSUE_TEMPLATE/battle_ai_issues.yaml rename to .github/ISSUE_TEMPLATE/02_battle_ai_issues.yaml index 835e87945f..e0c41032ef 100644 --- a/.github/ISSUE_TEMPLATE/battle_ai_issues.yaml +++ b/.github/ISSUE_TEMPLATE/02_battle_ai_issues.yaml @@ -1,6 +1,6 @@ -name: 🐛 Battle AI bugs +name: 🧠 Battle AI bugs 🐛 description: File a bug report related to battle AI. -title: "[Bug]: " +title: "" labels: ["bug", "status: unconfirmed", "category: battle-ai"] body: - type: markdown @@ -24,17 +24,13 @@ body: label: Version description: What version of pokeemerald-expansion are you using as a base? options: - - 1.5.0 (Default) - upcoming (Edge) + - 1.5.0 (Default) - 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 + - pre-1.4.0 validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/03_feature_requests.yaml b/.github/ISSUE_TEMPLATE/03_feature_requests.yaml new file mode 100644 index 0000000000..03ac198184 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03_feature_requests.yaml @@ -0,0 +1,28 @@ +name: 🙏 Feature Request 🙏 +description: Do you want a feature to be added to the Expansion? Let us know! +title: "" +labels: ["feature-request"] +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: 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 diff --git a/.github/ISSUE_TEMPLATE/04_other_errors.yaml b/.github/ISSUE_TEMPLATE/04_other_errors.yaml new file mode 100644 index 0000000000..33e6f1723a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04_other_errors.yaml @@ -0,0 +1,50 @@ +name: 💾 Other errors 🖥️ +description: Everything else that doesn't fit in the above categories. +title: "" +labels: ["bug", "status: unconfirmed"] +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: + - upcoming (Edge) + - 1.5.0 (Default) + - 1.4.3 + - 1.4.2 + - 1.4.1 + - 1.4.0 + - pre-1.4.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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..9dc46b6e3f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Rom-Hacking Hideout's Discord server! + url: https://discord.gg/6CzjAG6GZk + about: You can follow the development of pokeemerald-expansion and be notified of new releases :) \ No newline at end of file