Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 760 Bytes

File metadata and controls

25 lines (16 loc) · 760 Bytes

Contributing to AgentPi

Thanks for helping improve AgentPi! This guide keeps contributions fast and consistent.

Before you start

  • Search existing issues/PRs to avoid duplicates.
  • If you plan a large change, open an issue first to align on approach.

Development workflow

  1. Fork the repo and create a branch from main.
  2. Make focused, incremental commits.
  3. Update docs or comments when behavior changes.
  4. Run any relevant checks/tests (see scripts/ if available).

Pull requests

  • Keep PRs small and scoped to one change.
  • Include a clear description, screenshots for UI changes, and steps to verify.
  • Note any follow-up work or known limitations.

Questions

If you’re unsure about direction or scope, open an issue and ask.