# Contributing

## Development
1. Fork the repository.
2. Create a branch from main.
3. Run tests: `npm test`.
4. Run lint checks: `npm run lint`.
5. Open a pull request with a clear description.

## Commit style
Use Conventional Commits, for example:
- `feat(cli): add doctor command output hints`
- `fix(detector): avoid false positives for Node projects`
