# Contributors

<figure><img src="https://2719145347-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoLK0D9EqGvJS5PYMYdZC%2Fuploads%2FQEJn5Xy6h7CyJPmIjIRr%2F00480.png?alt=media&#x26;token=f0bb7cf1-ce98-4d98-b120-810b9326b5a5" alt=""><figcaption></figcaption></figure>

### Know what else can be signed? Your contributions.

1. Clone the forked repository.

```bash
git clone https://github.com/DIGITALAX/LitListenerSDK
```

2. Create a new branch.

```bash
git checkout -b <branch_name>
```

3. Commit code additions locally.

```bash
git add .
git commit -m "Description of the changes"
```

4. Push changes to the forked repository.

```bash
git push origin <branch_name>
```

5. Create a pull request on the LitListenerSDK repository.

```bash
git checkout <branch_name>
git pull upstream main
```
