Hello and thank you for contributing to Videogular 2!
Please, read this quick guideline to learn how to contribute to the project.
In order to properly develop your code try to follow this steps:
- Code your feature/ Fix the issue.
- If it's a feature create an example to allow us review it faster and check that everything is working.
- Write tests.
A good PR will follow this steps:
- Fork the project and code your stuff.
- Run
npm run commit
and follow instructions. Try to be as much accurate as possible. - Someone on the team will review your code and merge it if everything is fine.