coolify/.github/ISSUE_TEMPLATE/--feature-request.yaml

32 lines
1.0 KiB
YAML
Raw Normal View History

2022-05-03 08:06:13 +02:00
name: 🛠️ Feature request
description: Suggest an idea to improve coolify
2022-05-05 13:22:42 +02:00
title: '[Feature]: '
2022-05-03 08:06:13 +02:00
labels: [Enhancement]
assignees:
2022-05-05 13:22:42 +02:00
- andrasbacsai
- vasani-arpit
2022-05-03 08:06:13 +02:00
body:
2022-05-05 13:22:42 +02:00
- type: markdown
attributes:
value: |
Thanks for taking the time to request a feature for coolify! Please also add your request here to get feedback from the community: https://feedback.coolify.io/!
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue related to this feature request already exists.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Summary
description: One paragraph description of the feature.
validations:
required: true
- type: textarea
attributes:
label: Why should this be worked on?
description: A concise description of the problems or use cases for this feature request.
validations:
2022-05-03 08:06:13 +02:00
required: true