mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-05 23:11:36 +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!
|
description: You found a bug? Let us know!
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: [ "bug", "needs triage" ]
|
labels: [ "bug", "needs triage" ]
|
||||||
|
projects: ["minestom/6"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
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
|
description: Suggest an idea for this project
|
||||||
title: "[Feature]: "
|
title: "[Feature]: "
|
||||||
labels: [ "enhancement" ]
|
labels: [ "enhancement" ]
|
||||||
|
projects: ["minestom/6"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
1
.github/ISSUE_TEMPLATE/performance.yml
vendored
1
.github/ISSUE_TEMPLATE/performance.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: Performance Problem
|
name: Performance Problem
|
||||||
description: Report a performance problem which is related to Minestom
|
description: Report a performance problem which is related to Minestom
|
||||||
labels: [ "needs triage", "performance" ]
|
labels: [ "needs triage", "performance" ]
|
||||||
|
projects: ["minestom/6"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
Reference in New Issue
Block a user