Add needs triage label to issue templates

This commit is contained in:
Bassem Dghaidi 2022-12-13 13:03:21 +00:00 committed by GitHub
parent 3021be73c7
commit 02d84575e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
name: Bug Report
description: File a bug report
title: "<Please write what didn't work for you here>"
labels: ["bug"]
labels: ["bug", "needs triage"]
body:
- type: checkboxes
id: read-troubleshooting-guide

View File

@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
labels: enhancement
labels: ["enhancement", "needs triage"]
title: ''
assignees: ''
---