chore: add the template for the enhancement issue [skip ci] (#7242)

Signed-off-by: anish bista <anishbista053@gmail.com>
This commit is contained in:
Anish Bista
2026-07-23 04:56:57 +05:30
committed by GitHub
parent a1860544f0
commit 5594e993d1
3 changed files with 30 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
name: "\U0001F41B Bug report"
about: Create a report to help us improve
title: ""
labels: kind/bug
labels: type/bug
assignees: ''
---

View File

@@ -0,0 +1,28 @@
---
name: "✨ Enhancement request"
about: Suggest an improvement to an existing feature
title: "[Enhancement]"
labels: type/enhancement
assignees: ''
---
**Which existing feature or component would you like to improve?**
<!--
Name the feature, component, or API (e.g. "Application rollout", "vela CLI output", "CUE template rendering").
-->
**What is the current limitation or pain point?**
<!--
A clear and concise description of what is missing or frustrating today.
-->
**Describe the improvement you'd like**
<!--
A clear and concise description of what you want to happen instead.
-->
**Additional context**
<!--
Add any other context or screenshots about the enhancement request here.
-->

View File

@@ -2,7 +2,7 @@
name: "\U0001F680 Feature request"
about: Suggest an idea for this project
title: "[Feature]"
labels: kind/feature
labels: type/feature
assignees: ''
---