## Contributing

1. Create an issue or pick an existing one.
2. Make a fork of this library and start new branch.
3. Following names might be used for branches:
   * `feature/feature-name`
   * `fix/fix-name`
4. Before PR submit ensure that all checks like unit tests, code style, static anylysis, etc. are passed.  
Don't hesitate to add unit tests for code changes made.
5. PR description should have either issue number or link.
