From d2a782ae200dc01516db443be70947ed6d5a4a7b Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 29 Oct 2022 15:53:43 +0200 Subject: [PATCH] Auto-add needs-triage label for new bugs/requests --- .github/ISSUE_TEMPLATE/bug-report-develop.md | 2 +- .github/ISSUE_TEMPLATE/bug-report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report-develop.md b/.github/ISSUE_TEMPLATE/bug-report-develop.md index 2bcdda7d65..c46065f470 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 472cf50abb..0feab5d2ae 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: '' --- @@ -12,7 +12,7 @@ assignees: '' #### To Reproduce Steps to reproduce the behavior: -1. +1. 2. 3. 4. See error diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index fe1022e728..083dd55bba 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: "[Feature Request] Enter a brief description here" -labels: feature-request +labels: feature-request, need-triage assignees: '' ---