LitListenerSDK
Search
K
Comment on page

Contributors

Contributing to the SDK.

Know what else can be signed? Your contributions.

  1. 1.
    Clone the forked repository.
git clone https://github.com/DIGITALAX/LitListenerSDK
  1. 2.
    Create a new branch.
git checkout -b <branch_name>
  1. 3.
    Commit code additions locally.
git add .
git commit -m "Description of the changes"
  1. 4.
    Push changes to the forked repository.
git push origin <branch_name>
  1. 5.
    Create a pull request on the LitListenerSDK repository.
git checkout <branch_name>
git pull upstream main