> 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

<figure><img src="/files/240mYlwtF24em8KPTBTy" 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
```
