diff --git a/.github/ISSUE_TEMPLATE/02_battle_ai_issues.yaml b/.github/ISSUE_TEMPLATE/02_battle_ai_issues.yaml index e0c41032e..df5fbceab 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 03ac19818..79e85709f 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 33e6f1723..261551eda 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