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 name: 🐞 Bug report
description: Create a report to help us improve description: Create a report to help us improve
title: "🐞 [Bug]: " title: "🐞 [Bug]: "
labels: ["bug"] labels: ["bug", "needs triage"]
body: body:
- type: markdown - type: markdown
attributes: attributes:
@@ -1,7 +1,7 @@
name: 🏗️ Core Implementation name: 🏗️ Core Implementation
description: Create a report to help us improve description: Create a report to help us improve
title: "🏗️ [Core Feature]: " title: "🏗️ [Core Feature]: "
labels: ["core"] labels: ["core", "needs triage"]
body: body:
- type: checkboxes - type: checkboxes
id: templates id: templates
+1 -1
View File
@@ -1,7 +1,7 @@
name: 🎁 Feature Request name: 🎁 Feature Request
description: Suggest an idea for this project ⚡️ description: Suggest an idea for this project ⚡️
title: "🎁 [Feature Request]: " title: "🎁 [Feature Request]: "
labels: ["enhancement"] labels: ["enhancement", "needs triage"]
body: body:
- type: markdown - type: markdown
attributes: attributes: