mirror of https://github.com/vladmandic/human
update contributing guidelines
parent
8c27f377f7
commit
20efe7c22b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue