Auto-add needs-triage label for new bugs/requests

This commit is contained in:
Griatch 2022-10-29 15:53:43 +02:00
parent cf2ea291e9
commit d2a782ae20
3 changed files with 4 additions and 4 deletions

View file

@ -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: ''
---

View file

@ -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

View file

@ -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: ''
---