mirror of https://github.com/rancher/dashboard.git
Issue template updates (#6673)
* Issue template updates * Update feature_request.md * Update question.md
This commit is contained in:
parent
5193cf42af
commit
3f8b7c00b9
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Report a bug with Rancher Dashboard
|
||||
title: "[BUG]"
|
||||
title: "<bug title: summarize bug in one line>"
|
||||
labels: kind/bug
|
||||
assignees: ''
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest a new feature or enhancement for Rancher Dashboard
|
||||
title: "[FEATURE]"
|
||||
title: "<feature title: summarize feature in one line>"
|
||||
labels: 'kind/enhancement'
|
||||
assignees: ''
|
||||
|
||||
|
|
@ -16,4 +16,4 @@ assignees: ''
|
|||
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
|
||||
|
||||
**Additional context**
|
||||
<!-- Add any other context or screenshots about the feature request here. -->
|
||||
<!-- Add any other context or screenshots about the feature request here. -->
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: Question
|
||||
about: Question on Rancher Dashboard UI
|
||||
title: "[QUESTION]"
|
||||
title: "<question title: summarize question in one line>"
|
||||
labels: kind/question
|
||||
assignees: ''
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue