Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.45 KB

File metadata and controls

31 lines (21 loc) · 1.45 KB

Contributing to DeepAgent

Thank you for helping improve DeepAgent. This document is the organization-wide default; instructions in an individual repository take precedence.

Before you start

  1. Choose the repository that owns the behavior you want to change.
  2. Search existing issues and pull requests before opening a duplicate.
  3. Use an issue to discuss large features, behavioral changes, or work that crosses repository boundaries.
  4. Never include credentials, private customer information, proprietary source, or confidential deployment details in an issue or pull request.

Making a change

  • 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 -s

Pull request review

Maintainers 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.