Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 778 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 778 Bytes

Contributing

Thank you for contributing!

We're trying to keep the module up to date and we're adding new features every time. Your contribution help us so much in a lot of ways.

We ask you to keep contributing, and feel free to open as many issues and PR as you need.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Developer commands

  • npm run download_modules - Download module list manually.
  • npm run lint - Run linting and formatter checks.
  • npm run lint:fix - Fix linting and formatter issues.
  • npm run test - Run linting and formatter checks + Run spelling check.
  • npm run test:spelling - Run spelling check.