Use the following guidelines to contribute to this project.
Developer workflow for code contributions is as follows:
- Developers must create a fork of this repository for the upstreaming.
- Git clone the forked repository and push changes to the personal fork.
- Developers must run changes locally to make sure formatting and linting checks pass.
- Once the code changes are staged on the fork and ready for review, a Pull Request (PR) can be requested to merge the changes from a branch of the fork into a selected branch of upstream.
- If you are contributing for the first time, Download Contribution License Agreement(CLA) and share a signed CLA.
- Since there is no CI/CD process in place yet, the PR will be accepted and the corresponding issue closed only after adequate testing has been completed, manually, by the developer and/or repository owners reviewing the code.