Welcome! We are excited to have you contribute to this autonomous engineering platform.
- Fork/Branch: Create a
feature/*orhotfix/*branch fromdevelop. - Implementation: Ensure your code follows the
.editorconfigstyle rules. - Verification:
- Run
npm run typecheckto verify types. - Run relevant tests (e.g.,
npm run test:auth).
- Run
- Pull Request:
- Fill out the PR template completely.
- Ensure CI status checks pass.
- Request a review from the maintainers.
Use descriptive, milestone-quality commit messages. Follow the type(scope): subject convention (e.g., feat(auth): add session recovery).
Please be respectful and professional in all interactions.