mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-18 03:56:36 +00:00
chore: add the template for the enhancement issue [skip ci] (#7242)
Signed-off-by: anish bista <anishbista053@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name: "\U0001F41B Bug report"
|
||||
about: Create a report to help us improve
|
||||
title: ""
|
||||
labels: kind/bug
|
||||
labels: type/bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
@@ -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.
|
||||
-->
|
||||
@@ -2,7 +2,7 @@
|
||||
name: "\U0001F680 Feature request"
|
||||
about: Suggest an idea for this project
|
||||
title: "[Feature]"
|
||||
labels: kind/feature
|
||||
labels: type/feature
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user