> For the complete documentation index, see [llms.txt](https://codex.irrevocable.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codex.irrevocable.dev/resources/contributors.md).

# Contributors

Contributing to the SDK.

<figure><img src="https://904340753-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKxchJQ9hoNG85dYRcdgl%2Fuploads%2FlCPcxtqhhiozo63DBpvC%2F00769-1488869390.png?alt=media&amp;token=a30956db-8919-4fd8-bcf8-0bb67d6a6a85" alt=""><figcaption></figcaption></figure>

### Forge a new path on your Quest.

1. Clone the forked repository.

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

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 KinoraSDK repository.

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