PROJECT project is licensed under Apache 2.0 license and is open for contributions mainly via GitHub pull requests.
You can contribute to the project by submitting Pull Requests (PRs), submitting Issues that you found which will help us improve PROJECT, or by suggesting new features.
When submitting a Pull Request, we expect that it will pass following requirements:
- Your code must be written in an idiomatic LANGUAGE.
- Add PROJECT specific requirements here.
- Add LANGUAGE specific requirements here.
- If you are submitting a PR with a new feature, code should be covered with the suite of unit tests that test new functionality. Same rule applies for PRs that are bug fixes.
Every commit message should contain information about package under which the changes were applied, short summary of the implemented changes and GitHub issue it relates to (if applicable):
<package>: <what has changed> [Fixes #<issue-number>]