Skip to main content

Forking

  1. Navigate to the OmniLens repository 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:
    git clone https://github.com/YOUR_USERNAME/OmniLens.git
    
  6. Add the upstream repository:
    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