Contributions are welcome. Please open an issue before submitting a pull request for significant changes.
pip install -e ".[test]"python -m pytest test/With coverage:
python -m pytest test/ --cov=ovos_skill_laugh --cov-report=term-missingdev— active development, open PRs heremaster— stable releases only
This project uses Conventional Commits:
feat:new functionalityfix:bug fixeschore:maintenance (deps, CI, etc.)docs:documentation only
- Target the
devbranch - Include tests for new behavior
- Keep PRs focused — one concern per PR