mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-15 03:54:24 +01:00
* Rename to AutoGPT Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com> * Update autogpts/autogpt/BULLETIN.md Co-authored-by: Reinier van der Leer <pwuts@agpt.co> * Update BULLETIN.md * Update docker-compose.yml * Update autogpts/forge/tutorials/001_getting_started.md Co-authored-by: Reinier van der Leer <pwuts@agpt.co> * Update autogpts/autogpt/tests/unit/test_logs.py Co-authored-by: Reinier van der Leer <pwuts@agpt.co> * Update README.md * Update README.md * Update README.md * Update README.md * Update introduction.md * Update plugins.md --------- Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com> Co-authored-by: Reinier van der Leer <pwuts@agpt.co>
29 lines
1.2 KiB
YAML
29 lines
1.2 KiB
YAML
name: Feature request 🚀
|
|
description: Suggest a new idea for AutoGPT!
|
|
labels: ['status: needs triage']
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
First, check out our [wiki page on Contributing](https://github.com/Significant-Gravitas/Nexus/wiki/Contributing)
|
|
Please provide a searchable summary of the issue in the title above ⬆️.
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Duplicates
|
|
description: Please [search the history](https://github.com/Significant-Gravitas/AutoGPT/issues) to see if an issue already exists for the same problem.
|
|
options:
|
|
- label: I have searched the existing issues
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Summary 💡
|
|
description: Describe how it should work.
|
|
- type: textarea
|
|
attributes:
|
|
label: Examples 🌈
|
|
description: Provide a link to other implementations, or screenshots of the expected behavior.
|
|
- type: textarea
|
|
attributes:
|
|
label: Motivation 🔦
|
|
description: What are you trying to accomplish? How has the lack of this feature affected you? Providing context helps us come up with a solution that is more useful in the real world.
|