We appreciate your interest to contribute to this project! Please read the following to see how you could contribute.
The first thing to do is to create a new issue. Feel free to create new issues from here to propose/request new features or report any bugs you found, following the respective templates.
Next, clone this repository on develop branch.
Tip
Our default branch is set to main.
git clone -b develop https://github.com/jcam1/python-sdk.gitYou then need to checkout to a new branch (name whatever you would like) from the cloned develop branch.
git checkout -b ${your_branch_name}Now, write code to implement the proposed features and/or to fix bugs. Please refer to READMEs of respective SDKs for more details.
Finally, open a new PR from your branch to develop branch, and describe what you'll have done following our PR template.