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: