Contributing to the SDK.
Clone the forked repository.
Create a new branch.
Commit code additions locally.
Push changes to the forked repository.
Create a pull request on the KinoraSDK repository.
Last updated 2 years ago
git clone https://github.com/DIGITALAX/KinoraSDK
git checkout -b <branch_name>
git add . git commit -m "Description of the changes"
git push origin <branch_name>
git checkout <branch_name> git pull upstream main