Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 915 Bytes

File metadata and controls

27 lines (18 loc) · 915 Bytes

Contributing to this Skilluv starter

Thank you for considering a contribution!

Ways to contribute

  • Fix a bug — check open issues labeled good-first-issue.
  • Improve documentation — clarifications, typo fixes, better examples always welcome.
  • Improve tests — coverage additions, edge cases, integration tests.
  • Propose a feature — open an issue first to discuss before coding.

Workflow

  1. Fork this repo
  2. Create a feature branch (git checkout -b feat/short-description)
  3. Make your changes with clear commits (see Conventional Commits)
  4. Run tests locally: make test
  5. Run linter: make lint
  6. Open a Pull Request against main

Commit format

We use Conventional Commits.

Code of Conduct

This project follows the Skilluv Community Charter. Be respectful.