Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 800 Bytes

File metadata and controls

21 lines (16 loc) · 800 Bytes

Contributing to Code Kit Ultra

Welcome! We are excited to have you contribute to this autonomous engineering platform.

Development Workflow

  1. Fork/Branch: Create a feature/* or hotfix/* branch from develop.
  2. Implementation: Ensure your code follows the .editorconfig style rules.
  3. Verification:
    • Run npm run typecheck to verify types.
    • Run relevant tests (e.g., npm run test:auth).
  4. Pull Request:
    • Fill out the PR template completely.
    • Ensure CI status checks pass.
    • Request a review from the maintainers.

Commits

Use descriptive, milestone-quality commit messages. Follow the type(scope): subject convention (e.g., feat(auth): add session recovery).

Code of Conduct

Please be respectful and professional in all interactions.