Know what else can be signed? Your contributions.
git clone https://github.com/DIGITALAX/LitListenerSDK
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