From 068f0a4ee5662162d3ad5b6b4a26920b30f76b6f Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Tue, 28 Jan 2025 12:27:23 -0500 Subject: [PATCH 1/2] chore(dev): populated the new github 'type' field for features --- .github/ISSUE_TEMPLATE/feature.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 3675a2173a962..5547810bb9703 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,4 +1,5 @@ name: Feature +type: 'Bug' description: 🚀 Suggest a new feature. labels: - 'type: feature' From 4ac0daffd3e71ac43b26545c68a76588041920ca Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Tue, 28 Jan 2025 15:19:25 -0500 Subject: [PATCH 2/2] fix silly typo --- .github/ISSUE_TEMPLATE/feature.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 5547810bb9703..ed43f6891b3ce 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,5 +1,5 @@ name: Feature -type: 'Bug' +type: 'Feature' description: 🚀 Suggest a new feature. labels: - 'type: feature'