Issue template updates (#6673)

* Issue template updates

* Update feature_request.md

* Update question.md
This commit is contained in:
Neil MacDougall 2022-08-23 10:04:49 +01:00 committed by GitHub
parent 5193cf42af
commit 3f8b7c00b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -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: ''

View File

@ -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. -->

View File

@ -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: ''