From 20efe7c22bfb8b31eb25c56556fc4eb7429ffb2e Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 26 Mar 2021 12:37:08 -0400 Subject: [PATCH] update contributing guidelines --- CONTRIBUTING | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index 4a281bf2..228f9b06 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -11,7 +11,11 @@ Procedure for contributing: - Make your changes - Test your changes against code guidelines `npm run lint` -- Push changes to your fork +- 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 + Exclude files in `/dist', '/types', '/typedoc' from the commit as they are dynamically generated during build - Submit a PR (pull request) Your pull request will be reviewed and pending review results, merged into main branch