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