ctrlpanel/.github/ISSUE_TEMPLATE/feature.yml

25 lines
779 B
YAML
Raw Normal View History

2023-02-02 14:18:29 +00:00
name: "\U0001F680 Feature request"
description: Suggest a feature or idea for this project
title: "[Feature] "
2023-02-02 14:20:24 +00:00
labels: ["feature"]
2023-02-02 14:18:29 +00:00
body:
- type: textarea
id: feature-description
attributes:
label: Feature Description
description: Provide a clear description of what your idea is all about, what it tries to solve and why it should be implemented.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Solution Idea
description: Provide a clear description how the idea should be implemented and why.
validations:
required: true
- type: textarea
id: additional-info
attributes:
label: Additional Info
description: Anything else that could be used to implement your idea.