Welcome to early draft of how to contribute to this repository. This guide broadly outlines on how to contribute to the repo.
- Clone the repo (Only if you havent done so before !)
- Pull the latest changes to main devleopment branch and checkout a new branch for working on the feature, bug etc
- Do whatever you were planning to do. Follow the style guide and add test cases if necessary
- Commit the changes . Follow commit message guidelines
- Push the new branch to repo and make a PR and assign it to someone. follow PR guideline
- After the code is reviewed and if its ready to go, merge and delete the branch.