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 --remote
To contribute a new template to this collection:
- Fork the
templates
repository. - 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
templates
repository.
Each template within this repository maintains its own licensing. Please check the individual repositories for their respective licenses.