Files
mimiclaw/.github/ISSUE_TEMPLATE/feature_request.yml
2026-02-09 20:05:47 +08:00

27 lines
712 B
YAML

name: Feature Request
description: Suggest a new feature or improvement
title: "[Feature] "
labels: ["enhancement"]
body:
- type: textarea
id: description
attributes:
label: Describe the feature
placeholder: A clear description of the feature you'd like.
validations:
required: true
- type: textarea
id: motivation
attributes:
label: Motivation
placeholder: Why do you want this? What problem does it solve?
validations:
required: false
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
placeholder: Any alternative solutions or workarounds you've considered.
validations:
required: false