chore: align labels with labels with emojis

It allows to automatically add the correct label when creating issue
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
Florent Benoit 2023-06-29 10:44:03 +02:00 committed by Florent BENOIT
parent eef2d70d32
commit 5a6bf76cf7
5 changed files with 21 additions and 21 deletions

View file

@ -1,16 +1,16 @@
name: Bug 🐞
description: Report a bug report
labels: [kind/bug]
labels: [kind/bug 🐞]
body:
- type: markdown
attributes:
value: |
Before opening a bug report, please search for the behaviour in the existing issues.
Before opening a bug report, please search for the behaviour in the existing issues.
---
Thank you for taking the time to file a bug report. To address this bug as fast as possible, we need some information.
Thank you for taking the time to file a bug report. To address this bug as fast as possible, we need some information.
- type: textarea
id: bug-description
@ -69,20 +69,20 @@ body:
- "0.0.2"
- "0.0.1"
validations:
required: true
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: What steps do we need to take to reproduce this error?
description: What steps do we need to take to reproduce this error?
- type: textarea
id: logs
attributes:
label: Relevant log output
description: If applicable, provide relevant log output.
render: shell
description: If applicable, provide relevant log output.
render: shell
- type: textarea
id: additional-context

View file

@ -1,15 +1,15 @@
name: Enhancement 👋
name: Enhancement
description: Suggest an enhancement to an existing feature
labels: [kind/enhancement]
labels: [kind/enhancement]
body:
- type: markdown
attributes:
value: |
Before opening a new enhancement, please search for potential existing issues.
Before opening a new enhancement, please search for potential existing issues.
---
Thank you for taking the time to file an enhancement request, we appreciate and value your time to help the project!
- type: textarea

View file

@ -1,13 +1,13 @@
name: Epic
name: Epic
description: A high-level feature
labels: [kind/epic]
labels: [kind/epic]
body:
- type: markdown
attributes:
value: |
Epics are normally created by the development team, to group a set of related features and plan work across multiple sprints.
The features this epic includes are referenced with the text of the epic.
The features this epic includes are referenced with the text of the epic.
- type: textarea
id: domain

View file

@ -1,15 +1,15 @@
name: Feature 💡
description: Suggest an idea for this project
labels: [kind/feature]
labels: [kind/feature 💡]
body:
- type: markdown
attributes:
value: |
Before opening a feature request, please search for potential existing issues.
Before opening a feature request, please search for potential existing issues.
---
Thank you for taking the time to file a feature request, we appreciate and value your time to help the project!
- type: textarea