- fork the project
- so before doing any changes to code it is always a better practice to check for errors.
- run
npm run build
orng build
. - run
npm run test
orng test
. - and finally run
ng serve
. it is for testing the library on UI.
- add the comments to that function you are working and mention params so what type of input is passing and mention what type of output or value is returning
- write all possible test cases for your code .
- always run
npm run build
to check whether code is breaking or not. - add explanation in
README.md
.
- now push your code to forked repo.
- now rasie a pull request to make merge changes on the main repo of ngx-encrypt-cookie