From fc4de1d69e51801d6af5b44c184896b062b83e46 Mon Sep 17 00:00:00 2001 From: Phillipp Glanz <6745190+TheMeinerLP@users.noreply.github.com> Date: Fri, 24 Jan 2025 19:26:59 +0100 Subject: [PATCH] feat: Add projects into issue template (#2627) --- .github/ISSUE_TEMPLATE/bug.yml | 1 + .github/ISSUE_TEMPLATE/feature.yml | 1 + .github/ISSUE_TEMPLATE/performance.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 4c771e3f6..8fcf21cbc 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -2,6 +2,7 @@ name: Report a bug description: You found a bug? Let us know! title: "[Bug]: " labels: [ "bug", "needs triage" ] +projects: ["minestom/6"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 4a34fd4ff..5efef7995 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -2,6 +2,7 @@ name: Feature Request description: Suggest an idea for this project title: "[Feature]: " labels: [ "enhancement" ] +projects: ["minestom/6"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/performance.yml b/.github/ISSUE_TEMPLATE/performance.yml index 1391d12b4..622d8ad02 100644 --- a/.github/ISSUE_TEMPLATE/performance.yml +++ b/.github/ISSUE_TEMPLATE/performance.yml @@ -1,6 +1,7 @@ name: Performance Problem description: Report a performance problem which is related to Minestom labels: [ "needs triage", "performance" ] +projects: ["minestom/6"] body: - type: markdown attributes: