mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-29 04:00:09 +00:00
Initial commit of eigent-main
This commit is contained in:
commit
723df5a03e
1144 changed files with 103478 additions and 0 deletions
34
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
34
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue