Thank you for helping improve DeepAgent. This document is the organization-wide default; instructions in an individual repository take precedence.
- Choose the repository that owns the behavior you want to change.
- Search existing issues and pull requests before opening a duplicate.
- Use an issue to discuss large features, behavioral changes, or work that crosses repository boundaries.
- Never include credentials, private customer information, proprietary source, or confidential deployment details in an issue or pull request.
- Keep each pull request focused on one problem.
- Follow the repository's local setup, style, and testing instructions.
- Add or update tests when behavior changes.
- Update user-facing documentation when the change affects installation, configuration, or usage.
- Report the exact verification commands and results in the pull request.
- Preserve license headers and upstream notices.
Use signed-off commits when the target repository requires the Developer Certificate of Origin:
git commit -sMaintainers may ask for a smaller scope, additional evidence, or changes needed to preserve compatibility and security. A contribution is ready to merge when required checks pass, review feedback is resolved, and its documentation matches the delivered behavior.
All participation is governed by our Code of Conduct.