Important
Contribute your code only if you have an excellent understanding of project idea and all existing code base. Otherwise, a nicely formatted issue will be more helpful to us.
- Provide product version where the problem was found;
- Provide info about your environment;
- Provide detailed info about your problem;
- Provide steps to reproduce the problem;
- Provide actual and expected results.
- Check your code before creating pull request;
- If tests are present in a project, add tests for your code;
- Add inline documentation for your code;
- Apply code style used throughout the project;
- Create your pull request to
develop
branch (pull requests to other branches are not allowed).