> ## Documentation Index
> Fetch the complete documentation index at: https://omnilens-626cb878.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Guidelines

> How to contribute to OmniLens

## Forking

1. Navigate to the [OmniLens repository](https://github.com/omnilens/OmniLens) on GitHub
2. Click the `Fork` button in the top-right corner of the repository page
3. Select your GitHub account or organization as the destination for the fork
4. Wait for GitHub to create your fork
5. Clone your fork locally:
   ```bash theme={null}
   git clone https://github.com/YOUR_USERNAME/OmniLens.git
   ```
6. Add the upstream repository:
   ```bash theme={null}
   git remote add upstream https://github.com/omnilens/OmniLens.git
   ```

## Pull Requests

* Ensure your PR adheres to the provided template
* PRs will not be looked at until **all** automated checks have successfully passed
