Piped-Kubernetes/.github/ISSUE_TEMPLATE/enhancement.yml

41 lines
945 B
YAML
Raw Normal View History

2023-03-03 23:52:18 +00:00
---
name: Feature request
description: Suggest an idea for this project
title: '[<chart name>] Concise description of the enhancement'
labels: ["enhancement"]
# Header
body:
- type: markdown
2023-03-05 07:23:25 +00:00
attributes:
value: |
Please search issues before opening a new feature request.
2023-03-03 23:52:18 +00:00
# Helm Chart details
- type: input
id: chart-name
attributes:
label: Helm chart name
description: Name of the Helm chart this issue relates to
placeholder: e.g. piped
validations:
required: true
# Enhancement details
- type: textarea
id: description
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen
validations:
required: true
- type: textarea
id: other-info
attributes:
label: Additional Information
2023-03-05 07:23:25 +00:00
description: Anything to give further context to the requested new feature