From ba4cc2ecf6f4b00047d0ca04ef5725b802120586 Mon Sep 17 00:00:00 2001 From: Xikaro Date: Thu, 15 May 2025 23:45:00 +0500 Subject: [PATCH] ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 ++ .github/ISSUE_TEMPLATE/CRASH_REPORT.yml | 2 ++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml | 2 ++ .github/ISSUE_TEMPLATE/QUESTION.yml | 1 + 4 files changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 2bfbada55..c52d0093e 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml b/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml index f542fd5fd..3c77ec010 100644 --- a/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml index 7a35bf3c2..21c834595 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/QUESTION.yml b/.github/ISSUE_TEMPLATE/QUESTION.yml index a7a56aee6..bf31443f3 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION.yml @@ -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