From 1e3f8de22d355f1883221f3a1060706eeaeb581b Mon Sep 17 00:00:00 2001 From: Mattia Lavacca Date: Thu, 3 Jul 2025 15:38:11 +0200 Subject: [PATCH] chore(github): update enhancement issue template The labels in the enhancement request issue template change from {kind/feature} to {kind/gep}. Signed-off-by: Mattia Lavacca --- .github/ISSUE_TEMPLATE/enhancement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index 99e48046a6..c3af783230 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -1,7 +1,7 @@ --- name: Enhancement Request about: Suggest an enhancement to the gateway-api project -labels: kind/feature +labels: kind/gep ---