Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 315 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 315 Bytes

Contributing

Hello, thank you for your interest in contributing to this repository

Guidelines

  • Use npm as package manager
  • Test your feature/bugfix and keep full coverage. You can execute npm test to see the test coverage report
  • Update README.md if needed
  • Do not skip pre-commit hook