Skip to content

Latest commit

History

History
24 lines (15 loc) 路 987 Bytes

File metadata and controls

24 lines (15 loc) 路 987 Bytes

Contributing

Any contribution is greatly appreciated 馃コ.

To get an overview of the project, read the README and take a look at the files in the examples folder.

If you have any questions, please do not hesitate to contact me. You can find my contact informations in the README and on my website.

Security

If you would like to report a security vulnerability, please take a look at SECURITY.md

Code of Conduct

Read our Code of Conduct to keep our community approachable and respectable.

PRs and code contributions

  • After cloning the repo run npm i
  • Run npm run lint before every commit
  • Make sure that the code is formatted by running npm run format
  • Make sure that there are no type errors by running npm run check:types
  • If you add new modules or other features, please create tests
  • Before you create a PR, run npm t to run all tests and check if you can build the code by running npm run build