Files
cloudpanel-ce/.github/ISSUE_TEMPLATE/2_Feature_request.yaml
Stefan Wieczorek d8b440691d .
2022-07-05 17:07:14 +02:00

18 lines
611 B
YAML

name: 🚀 Feature Request
description: RFC and ideas for new features and improvements
body:
- type: textarea
id: description
attributes:
label: Description
description: A clear and concise description of the new feature
validations:
required: true
- type: textarea
id: example
attributes:
label: Example
description: |
A simple example of the new feature in action (include PHP code, YAML config, etc.)
If the new feature changes an existing feature, include a simple before/after comparison.