update contributing guidelines

pull/92/head
Vladimir Mandic 2021-03-26 12:37:08 -04:00
parent 8c27f377f7
commit 20efe7c22b
1 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,11 @@ Procedure for contributing:
- Make your changes - Make your changes
- Test your changes against code guidelines - Test your changes against code guidelines
`npm run lint` `npm run lint`
- Test your changes in Browser and NodeJS
`npm run dev` and naviate to https://localhost:10031
`node demo/node.js`
- Push changes to your fork - Push changes to your fork
Exclude files in `/dist', '/types', '/typedoc' from the commit as they are dynamically generated during build
- Submit a PR (pull request) - Submit a PR (pull request)
Your pull request will be reviewed and pending review results, merged into main branch Your pull request will be reviewed and pending review results, merged into main branch