mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Requested by @ntindle The existing CONTRIBUTING.md was a stub pointing to an outdated wiki. This rewrites it as a proper human-friendly guide, pulling from our detailed CLAUDE.md files that previously only served AI tools. Changes: - Root CONTRIBUTING.md: Full rewrite with setup, dev commands, testing, PR process, conventional commits, and docs contribution - docs/platform/SUMMARY.md: Add Contributing section with links - docs/platform/contributing/README.md: Hub page linking to guides The frontend CONTRIBUTING.md (already comprehensive) is linked rather than duplicated.
818 B
818 B
Contributing
Want to contribute to AutoGPT? Welcome!
For the complete contributing guide, see the CONTRIBUTING.md in the repository root. It covers:
- Repository structure and setup
- Backend and frontend development
- Testing strategy
- Pull request process and conventions
- Documentation contributions
Platform-Specific Guides
- OAuth Integration Flow — How to add OAuth providers
- Testing — Playwright E2E testing setup and patterns
- Block SDK Guide — Building custom blocks
- Frontend Contributing Guide — Detailed frontend patterns and conventions