From 32735c97e0096341ddd140c514d9185380e7ccd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Drzewiecki?= Date: Wed, 20 Sep 2023 10:39:44 +0200 Subject: [PATCH 1/2] Revert "Update feature-request.md" This reverts commit 375efccef2b1818b2d60596028894b354449d1e6. --- .github/ISSUE_TEMPLATE/feature-request.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index a0db629b..373adbab 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,7 +1,6 @@ --- name: Feature request -description: "Suggest an improvement to the project" -title: "{your title}" +description: Suggest an improvement to the project labels: ["area/control-plane", "kind/feature"] projects: ["kyma-project/24"] --- From 20843b2f9210fdb9eb6485a1ecfb88f952204ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Drzewiecki?= Date: Wed, 20 Sep 2023 10:43:41 +0200 Subject: [PATCH 2/2] should fix the issue template --- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 373adbab..14e02e91 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,6 +1,6 @@ --- name: Feature request -description: Suggest an improvement to the project +about: Suggest an improvement to the project labels: ["area/control-plane", "kind/feature"] projects: ["kyma-project/24"] ---