If you reading this - then you have decided to contribute to our project. Oh, poor you... Rules are very simple:
- Fork this repository to your own account
- Make your changes and verify that tests pass (or wait that our CI/CD will do everything for you)
- Commit your work and push to a new branch on your fork
- Submit a pull request
- Participate in the code review process by responding to feedback
We have some hooks to a commit messages:
- your commit message should have the following format:
Brief Description
### What's done:
1) Long description
2) Long description
- Please also do not forget to update documentation on Wiki after the merge approval and before merge.