diff --git a/.github/ISSUE_TEMPLATE/bugs.yml b/.github/ISSUE_TEMPLATE/bugs.yml index 37b4ba8252e..27231e54ac5 100644 --- a/.github/ISSUE_TEMPLATE/bugs.yml +++ b/.github/ISSUE_TEMPLATE/bugs.yml @@ -1,6 +1,6 @@ name: Bug report description: Report bugs with the engine here -labels: [bug] +labels: [bug, status: pending triage] body: - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 570053a2301..dd5cd136846 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,6 +1,6 @@ name: Feature Request description: No, i won't add 6K/etc to the engine, stop asking for it. I won't add a Stage Editor neither since you guys already did it using LUA -labels: [enhancement] +labels: [enhancement, status: pending triage] body: - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/help.yml b/.github/ISSUE_TEMPLATE/help.yml index 24474cba743..cf6fd2b283b 100644 --- a/.github/ISSUE_TEMPLATE/help.yml +++ b/.github/ISSUE_TEMPLATE/help.yml @@ -1,6 +1,6 @@ name: Help me! description: If you need help using the engine. -labels: [help wanted] +labels: [help wanted, status: pending triage] body: - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/missing-docs.yml b/.github/ISSUE_TEMPLATE/missing-docs.yml index ab8ae2b74f8..b92bf1a531e 100644 --- a/.github/ISSUE_TEMPLATE/missing-docs.yml +++ b/.github/ISSUE_TEMPLATE/missing-docs.yml @@ -1,6 +1,6 @@ name: Missing Documentation description: Ask for documentation if something is missing. -labels: [documentation] +labels: [documentation, status: pending triage] body: - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 8e04906bd78..410bfbf08e4 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -1,6 +1,6 @@ name: Question description: Ask about something here. -labels: [question] +labels: [question, status: pending triage] body: - type: textarea attributes: