chore: add issue types to issue templates forms

This commit is contained in:
Micael Levi L. Cavalcante
2025-01-14 08:24:19 -04:00
parent a9bbb4b10e
commit 78e61c4429
4 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
name: "\U0001F41B Bug Report"
description: "If something isn't working as expected \U0001F914"
labels: ["needs triage"]
type: bug
body:
- type: markdown
attributes:

View File

@@ -1,6 +1,7 @@
name: "\U0001F680 Feature Request"
description: "I have a suggestion \U0001F63B!"
labels: ["type: enhancement :wolf:", "needs triage"]
type: feature
body:
- type: markdown
attributes:

View File

@@ -1,6 +1,7 @@
name: "\U0001F4A5 Regression"
description: "Report an unexpected while upgrading your Nest application!"
labels: ["type: bug :sob:", "needs triage"]
type: bug
body:
- type: markdown
attributes:

View File

@@ -2,6 +2,7 @@ title: "perf: "
name: "\U0001F525 Suggestion for Improving Performance"
description: "I have a suggestion that might improve the performance of Nest \U00002728"
labels: ["type: enhancement :wolf:", "needs triage"]
type: task
body:
- type: checkboxes
attributes: