ISSUE_TEMPLATE
This commit is contained in:
parent
4a0603cec2
commit
25237c0be8
7 changed files with 553 additions and 553 deletions
2
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
2
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: "Bug report"
|
||||
name: "[🐛]: Bug report"
|
||||
description: "Report a bug where something is not working as expected, which does not crash the game."
|
||||
title: "[🐛]: "
|
||||
labels: [ "Status: Backlog" ]
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/CRASH_REPORT.yml
vendored
2
.github/ISSUE_TEMPLATE/CRASH_REPORT.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: "Crash Report"
|
||||
name: "[💥]: Crash Report"
|
||||
description: "Report a bug that crashes the game or prevents startup."
|
||||
title: "[💥]: "
|
||||
labels: [ "Status: Backlog" ]
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/ENHANCEMENT.yml
vendored
2
.github/ISSUE_TEMPLATE/ENHANCEMENT.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: "Enhancement"
|
||||
name: "[🪡]: Enhancement"
|
||||
description: "Provide supporting details for a feature in development"
|
||||
title: "[🪡]: "
|
||||
labels: [ "Status: Backlog" ]
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
2
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: "Feature request"
|
||||
name: "[🪶]: Feature request"
|
||||
description: "Request a new feature or a change to an existing one."
|
||||
title: "[🪶]: "
|
||||
labels: [ "Status: Backlog" ]
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
2
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: "Ask a Question"
|
||||
name: "[❓]: Ask a Question"
|
||||
description: "Ask a question regarding this project."
|
||||
title: "[❓]: "
|
||||
labels: [ "Status: Backlog" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue