mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 03:30:06 +00:00
34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
name: ✨ Feature Request
|
|
description: Suggest an idea for this project.
|
|
title: "[Feature Request] "
|
|
labels: [enhancement]
|
|
body:
|
|
- type: textarea
|
|
id: motivation
|
|
attributes:
|
|
label: Motivation
|
|
description: Outline the motivation for the proposal.
|
|
value: |
|
|
<!-- Please outline the motivation for the proposal.
|
|
Is your feature request related to a problem? E.g., "I'm always frustrated when [...]".
|
|
If this is related to another issue, please link here too. -->
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Solution
|
|
description: Provide a clear and concise description of what you want to happen.
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives
|
|
description: A clear and concise description of any alternative solutions or features you've considered.
|
|
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context about the problem here. Screenshots may also be helpful.
|