diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index c52d0093e..43e6835ea 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -1,7 +1,7 @@ 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" ] +labels: [ "Status: Backlog" ] projects: ["TerraFirmaGreg-Team/10"] type: "Bug" diff --git a/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml b/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml index 3c77ec010..ee0f20405 100644 --- a/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml @@ -1,7 +1,7 @@ name: "Crash Report" description: "Report a bug that crashes the game or prevents startup." title: "[💥]: " -labels: [ "1. Type: Crash", "2. Status: Unverified" ] +labels: [ "Status: Backlog" ] projects: ["TerraFirmaGreg-Team/10"] type: "Crash" diff --git a/.github/ISSUE_TEMPLATE/ENHANCEMENT.yml b/.github/ISSUE_TEMPLATE/ENHANCEMENT.yml index 42fc3c18c..a1ff6bc8a 100644 --- a/.github/ISSUE_TEMPLATE/ENHANCEMENT.yml +++ b/.github/ISSUE_TEMPLATE/ENHANCEMENT.yml @@ -1,7 +1,7 @@ name: "Enhancement" description: "Provide supporting details for a feature in development" title: "[🪡]: " -labels: [ "1. Type: Enhancement" ] +labels: [ "Status: Backlog" ] projects: ["TerraFirmaGreg-Team/10"] type: "Enhancement" diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml index 21c834595..a81d4cbec 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml @@ -1,7 +1,7 @@ name: "Feature request" description: "Request a new feature or a change to an existing one." title: "[🪶]: " -labels: [ "1. Type: Feature" ] +labels: [ "Status: Backlog" ] projects: ["TerraFirmaGreg-Team/10"] type: "Feature" diff --git a/.github/ISSUE_TEMPLATE/QUESTION.yml b/.github/ISSUE_TEMPLATE/QUESTION.yml index bf31443f3..80db9b202 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION.yml @@ -1,7 +1,7 @@ name: "Ask a Question" description: "Ask a question regarding this project." title: "[❓]: " -labels: [ "1. Type: Question" ] +labels: [ "Status: Backlog" ] type: "Question" body: