mirror of
https://github.com/agregarr/agregarr.git
synced 2026-01-09 07:45:17 +08:00
28 lines
929 B
YAML
28 lines
929 B
YAML
name: ✨ Feature Request
|
|
description: Suggest an idea
|
|
labels: ['enhancement', 'awaiting-triage']
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this feature request!
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: Is your feature request related to a problem? If so, please provide a clear and concise description of the problem; e.g., "I'm always frustrated when [...]."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: desired-behavior
|
|
attributes:
|
|
label: Desired Behavior
|
|
description: Provide a clear and concise description of what you want to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional Context
|
|
description: Provide any additional information or screenshots that may be relevant or helpful.
|