Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 535 Bytes

commits.md

File metadata and controls

27 lines (21 loc) · 535 Bytes

Commits:

  • init: initialization
  • test: writing tests
  • feat: developing new functionality
  • refactor: refactoring
  • style: changing the code style
  • fix: error correction
  • chore: changing any dev configs
  • docs: changing project documentation
  • build: change in project build
  • perf: performance improvement
  • ci: cd/ci change

Rules

  • Preferred no more than 100 characters
<commit_type>: <commit_message>

Example

feat: created solver.py in ./src/py and added js tests in ./src/js/tests