From cbfc5d6bcd325369d80f59558913d1c44fb94e2c Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 29 Oct 2022 10:49:26 +0200 Subject: [PATCH] Testing to add needs-triage labels to issues not yet verified --- .github/ISSUE_TEMPLATE/bug-report-develop.md | 2 +- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report-develop.md b/.github/ISSUE_TEMPLATE/bug-report-develop.md index 835632ce15..9dd7e94994 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-develop.md +++ b/.github/ISSUE_TEMPLATE/bug-report-develop.md @@ -2,7 +2,7 @@ name: Bug report (branch-develop) about: Use this to report errors in the Evennia `develop` branch title: "[BUG - Develop] (Enter a brief description here)" -labels: bug, branch-develop +labels: bug, branch-develop, needs-triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 1880cc899f..43101a5823 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: "[BUG] (Enter a brief description here)" -labels: bug +labels: bug, needs-triage assignees: '' ---