From ecdf32c2e8d036306e95f51802c0c3f63da5f1a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20Y=C4=B1lmaz?= Date: Wed, 4 Feb 2026 16:12:00 +0100 Subject: [PATCH 1/3] Update bug report template title prefix --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 3526f39..347aa70 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,6 +1,6 @@ name: "🐛 Bug Report" description: Create a new ticket for a bug experienced in Greenhouse. -title: "🐛 [BUG] - " +title: "🐛 [BUG cloudctl] - <title>" labels: [ "bug", ] From 5973f7a376e252072c180326923d301c2d9c14c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20Y=C4=B1lmaz?= <onur.yilmaz@sap.com> Date: Wed, 4 Feb 2026 16:12:18 +0100 Subject: [PATCH 2/3] Update epic issue template title prefix --- .github/ISSUE_TEMPLATE/epic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/epic.yaml b/.github/ISSUE_TEMPLATE/epic.yaml index d77640e..1b0bcc6 100644 --- a/.github/ISSUE_TEMPLATE/epic.yaml +++ b/.github/ISSUE_TEMPLATE/epic.yaml @@ -1,6 +1,6 @@ name: ✨ Epic description: Create an epic -title: "[EPIC] - <title>" +title: "[EPIC cloudctl] - <title>" body: - type: textarea id: description From 23b3d2a7fcf7311c15b2bf4d699d618628597381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20Y=C4=B1lmaz?= <onur.yilmaz@sap.com> Date: Wed, 4 Feb 2026 16:12:29 +0100 Subject: [PATCH 3/3] Update feature request template title prefix --- .github/ISSUE_TEMPLATE/feature-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 6288e03..af84cdf 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -1,6 +1,6 @@ name: "💡 Feature Request" description: Create a ticket requesting a new feature -title: "[FEAT] - <title>" +title: "[FEAT cloudctl] - <title>" labels: [ "feature" ]