Welcome to the Omni templates repository. This repository serves as a central hub for various templates. Each submodule in this repository is a pointer to another template repository within the Omni org.
To update all submodules to the latest commit on their respective main branches, run:
git submodule update --remoteTo contribute a new template to this collection:
- Fork the
templatesrepository. - Clone your fork and create a new branch for your contribution.
- Add your template as a submodule:
git submodule add -b main <URL to your template repository> <path to submodule>- Commit and push the changes to your fork.
- Open a pull request against the original
templatesrepository.
Each template within this repository maintains its own licensing. Please check the individual repositories for their respective licenses.