mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
59 lines
1.6 KiB
YAML
59 lines
1.6 KiB
YAML
name: Feature Request
|
|
description: Suggest a new feature or enhancement
|
|
title: "[Feature]: "
|
|
labels: ["feat"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for suggesting a feature! Please describe your idea so we can evaluate and discuss it.
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Feature Description
|
|
description: A clear and concise description of the feature you'd like to see.
|
|
placeholder: Describe the feature...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: motivation
|
|
attributes:
|
|
label: Motivation
|
|
description: Why do you want this feature? What problem does it solve?
|
|
placeholder: Explain the use case or problem...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: proposed-solution
|
|
attributes:
|
|
label: Proposed Solution
|
|
description: If you have an idea of how this could be implemented, describe it here.
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives Considered
|
|
description: Have you considered any alternative solutions or workarounds?
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any other context, mockups, or references about the feature request here.
|
|
validations:
|
|
required: false
|
|
|
|
- type: checkboxes
|
|
id: pr
|
|
attributes:
|
|
label: Contributing
|
|
options:
|
|
- label: I would like to submit a pull request to implement this feature
|