Automatically add the triage tag

This commit is contained in:
gentlegiantJGC 2022-04-26 11:21:33 +01:00
parent d88639bc47
commit 2e54cc881b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name: Bug Report name: Bug Report
about: Create a report to help us improve the program. about: Create a report to help us improve the program.
title: "[Bug Report] Your Title Here" title: "[Bug Report] Your Title Here"
labels: 'type: bug' labels: ["type: bug", "state: triage"]
assignees: '' assignees: ''
--- ---

View File

@ -2,7 +2,7 @@
name: Feature Request name: Feature Request
about: Suggest an idea for this project about: Suggest an idea for this project
title: "[Feature Request] Your Title Here" title: "[Feature Request] Your Title Here"
labels: 'type: enhancement' labels: ["type: enhancement", "state: triage"]
assignees: '' assignees: ''
--- ---