mirror of
https://github.com/anotherhadi/spilltea.git
synced 2026-05-20 01:32:33 +02:00
967aab8363
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
38 lines
963 B
YAML
38 lines
963 B
YAML
name: "🚀 Feature Request"
|
|
description: Suggest an idea for this project
|
|
title: "[FEATURE] "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem
|
|
description: Is your feature request related to a problem? Describe it.
|
|
placeholder: "I'm always frustrated when..."
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Proposed solution
|
|
description: A clear description of what you want to happen.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives considered
|
|
description: Any alternative solutions or features you've thought about.
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional context
|
|
description: Mockups, related issues, or anything else relevant.
|
|
validations:
|
|
required: false
|