Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 448 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 448 Bytes

Contribution guidelines

Fork the repo, make your changes, then create a PR.

When creating new commits, use the following prefixes in your commit messages:

  • fix: for small changes - updates patch version
  • feat: for new features or larger changes - updates minor version
  • fix! or feat! for breaking changes - updates major version

Ensure your PR addresses an open issue or a feature request.

No meaningless PRs or noise please!