add needs triage issue label for new issues (#304)

This commit is contained in:
Gustavo Gonzalez
2024-09-03 20:55:09 -04:00
committed by GitHub
parent bb1051fb3c
commit 42470b2784
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: 🐞 Bug report
description: Create a report to help us improve
title: "🐞 [Bug]: "
labels: ["bug"]
labels: ["bug", "needs triage"]
body:
- type: markdown
attributes:
@@ -1,7 +1,7 @@
name: 🏗️ Core Implementation
description: Create a report to help us improve
title: "🏗️ [Core Feature]: "
labels: ["core"]
labels: ["core", "needs triage"]
body:
- type: checkboxes
id: templates
+1 -1
View File
@@ -1,7 +1,7 @@
name: 🎁 Feature Request
description: Suggest an idea for this project ⚡️
title: "🎁 [Feature Request]: "
labels: ["enhancement"]
labels: ["enhancement", "needs triage"]
body:
- type: markdown
attributes: