Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 756 Bytes

File metadata and controls

41 lines (27 loc) · 756 Bytes

Contributing

Contributions are welcome. Please open an issue before submitting a pull request for significant changes.

Setup

pip install -e ".[test]"

Running Tests

python -m pytest test/

With coverage:

python -m pytest test/ --cov=ovos_skill_laugh --cov-report=term-missing

Branches

  • dev — active development, open PRs here
  • master — stable releases only

Commit Style

This project uses Conventional Commits:

  • feat: new functionality
  • fix: bug fixes
  • chore: maintenance (deps, CI, etc.)
  • docs: documentation only

Pull Requests

  • Target the dev branch
  • Include tests for new behavior
  • Keep PRs focused — one concern per PR