mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-12 10:44:31 +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>
1.3 KiB
1.3 KiB
Background
Changes 🏗️
PR Quality Scorecard ✨
- Have you used the PR description template?
+2 pts - Is your pull request atomic, focusing on a single change?
+5 pts - Have you linked the GitHub issue(s) that this PR addresses?
+5 pts - Have you documented your changes clearly and comprehensively?
+5 pts - Have you changed or added a feature?
-4 pts- Have you added/updated corresponding documentation?
+4 pts - Have you added/updated corresponding integration tests?
+5 pts
- Have you added/updated corresponding documentation?
- Have you changed the behavior of AutoGPT?
-5 pts- Have you also run
agbenchmarkto verify that these changes do not regress performance?+10 pts
- Have you also run