Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 590 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 590 Bytes

Contributing

This repository uses Conventional Commits

Example options:

  • build: Changes that affect the build system or external dependencies
  • ci: Changes to our CI configuration files and scripts
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code
  • test: Adding missing tests or correcting existing tests