feat: Add projects into issue template (#2627)

This commit is contained in:
Phillipp Glanz 2025-01-24 19:26:59 +01:00 committed by GitHub
parent 6ff902b016
commit fc4de1d69e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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: