From ee2f9da72a959cf92a855a8038e87442628cd728 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Sat, 3 Jun 2023 16:40:51 -0400 Subject: [PATCH] Fixed issue template titles --- .github/ISSUE_TEMPLATE/02_battle_ai_issues.yaml | 1 - .github/ISSUE_TEMPLATE/03_feature_requests.yaml | 1 - .github/ISSUE_TEMPLATE/04_other_errors.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/02_battle_ai_issues.yaml b/.github/ISSUE_TEMPLATE/02_battle_ai_issues.yaml index e0c41032ef..df5fbceab4 100644 --- a/.github/ISSUE_TEMPLATE/02_battle_ai_issues.yaml +++ b/.github/ISSUE_TEMPLATE/02_battle_ai_issues.yaml @@ -1,6 +1,5 @@ name: 🧠 Battle AI bugs 🐛 description: File a bug report related to battle AI. -title: "" labels: ["bug", "status: unconfirmed", "category: battle-ai"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/03_feature_requests.yaml b/.github/ISSUE_TEMPLATE/03_feature_requests.yaml index 03ac198184..79e85709f4 100644 --- a/.github/ISSUE_TEMPLATE/03_feature_requests.yaml +++ b/.github/ISSUE_TEMPLATE/03_feature_requests.yaml @@ -1,6 +1,5 @@ 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 diff --git a/.github/ISSUE_TEMPLATE/04_other_errors.yaml b/.github/ISSUE_TEMPLATE/04_other_errors.yaml index 33e6f1723a..261551edab 100644 --- a/.github/ISSUE_TEMPLATE/04_other_errors.yaml +++ b/.github/ISSUE_TEMPLATE/04_other_errors.yaml @@ -1,6 +1,5 @@ name: 💾 Other errors 🖥️ description: Everything else that doesn't fit in the above categories. -title: "" labels: ["bug", "status: unconfirmed"] body: - type: markdown