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", ] 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 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" ]