Thanks for contributing to CodeWithPhone Agent.
- Install Go 1.25+
- Clone repository
- Run:
make test
make build- Keep changes focused and small.
- Add or update tests for behavior changes.
- Update docs when flags/config/behavior change.
- Do not introduce breaking changes without discussion in an issue first.
By contributing, you agree that your contribution is licensed under Apache-2.0.
Each commit must include a Signed-off-by line:
Signed-off-by: Your Name <your.email@example.com>
You can add it automatically:
git commit -s -m "your message"