Merge branch 'dev' of https://github.com/TerraFirmaGreg-Team/Modpack-Modern into dev
This commit is contained in:
commit
81623727e6
5 changed files with 9 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
2
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
|
|
@ -2,6 +2,8 @@ name: "Bug report"
|
|||
description: "Report a bug where something is not working as expected, which does not crash the game."
|
||||
title: "[🐛]: "
|
||||
labels: [ "1. Type: Bug", "2. Status: Unverified" ]
|
||||
projects: ["TerraFirmaGreg-Team/10"]
|
||||
type: "Bug"
|
||||
|
||||
body:
|
||||
- type: checkboxes
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/CRASH_REPORT.yml
vendored
2
.github/ISSUE_TEMPLATE/CRASH_REPORT.yml
vendored
|
|
@ -2,6 +2,8 @@ name: "Crash Report"
|
|||
description: "Report a bug that crashes the game or prevents startup."
|
||||
title: "[💥]: "
|
||||
labels: [ "1. Type: Crash", "2. Status: Unverified" ]
|
||||
projects: ["TerraFirmaGreg-Team/10"]
|
||||
type: "Crash"
|
||||
|
||||
body:
|
||||
- type: checkboxes
|
||||
|
|
|
|||
3
.github/ISSUE_TEMPLATE/ENHANCEMENT.yml
vendored
3
.github/ISSUE_TEMPLATE/ENHANCEMENT.yml
vendored
|
|
@ -2,7 +2,8 @@ name: "Enhancement"
|
|||
description: "Provide supporting details for a feature in development"
|
||||
title: "[🪡]: "
|
||||
labels: [ "1. Type: Enhancement" ]
|
||||
issue_types: [ "Enhancement" ]
|
||||
projects: ["TerraFirmaGreg-Team/10"]
|
||||
type: "Enhancement"
|
||||
|
||||
body:
|
||||
- type: checkboxes
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
2
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
|
|
@ -2,6 +2,8 @@ name: "Feature request"
|
|||
description: "Request a new feature or a change to an existing one."
|
||||
title: "[🪶]: "
|
||||
labels: [ "1. Type: Feature" ]
|
||||
projects: ["TerraFirmaGreg-Team/10"]
|
||||
type: "Feature"
|
||||
|
||||
body:
|
||||
- type: checkboxes
|
||||
|
|
|
|||
1
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
1
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
|
|
@ -2,6 +2,7 @@ name: "Ask a Question"
|
|||
description: "Ask a question regarding this project."
|
||||
title: "[❓]: "
|
||||
labels: [ "1. Type: Question" ]
|
||||
type: "Question"
|
||||
|
||||
body:
|
||||
- type: checkboxes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue