mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-01 21:34:27 +01:00
2.9 KiB
2.9 KiB
Background
Changes
Documentation
Test Plan
PR Quality Checklist
- My pull request is atomic and focuses on a single change.
- I have thoroughly tested my changes with multiple different prompts.
- I have considered potential risks and mitigations for my changes.
- I have documented my changes clearly and comprehensively.
- I have not snuck in any "extra" small tweaks changes.
- I have run
black .andisort .against my code to ensure it passes our linter.