mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-28 19:11:45 +01:00
feat: Add projects into issue template (#2627)
This commit is contained in:
parent
6ff902b016
commit
fc4de1d69e
1
.github/ISSUE_TEMPLATE/bug.yml
vendored
1
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -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:
|
||||
|
1
.github/ISSUE_TEMPLATE/feature.yml
vendored
1
.github/ISSUE_TEMPLATE/feature.yml
vendored
@ -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:
|
||||
|
1
.github/ISSUE_TEMPLATE/performance.yml
vendored
1
.github/ISSUE_TEMPLATE/performance.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user