mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
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:
parent
eef2d70d32
commit
5a6bf76cf7
5 changed files with 21 additions and 21 deletions
18
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
18
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
10
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
10
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
6
.github/ISSUE_TEMPLATE/epic.yml
vendored
6
.github/ISSUE_TEMPLATE/epic.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue