MMM-pages/.github/ISSUE_TEMPLATE/feature_request.yaml
2025-06-11 20:41:04 +02:00

30 lines
1,003 B
YAML

name: Feature request
description: Suggest an idea for this project.
title: "Feature: <feature-description>"
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: "Thanks for taking the time to fill out this feature request!"
- type: textarea
id: problem
attributes:
label: Problem Description
description: Is your feature request related to a problem? Why do you want this feature?
placeholder: "I'm always frustrated when [...] or It'd be cool if [...]"
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: What would you like to see? A config option? A notification? Something else?
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional Context
description: Add any other context or screenshots about the feature request here.
validations:
required: false