Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

omni-network/templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Omni Templates Repository

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.

Usage

Updating Submodules

To update all submodules to the latest commit on their respective main branches, run:

git submodule update --remote

Adding a New Template

To contribute a new template to this collection:

  1. Fork the templates repository.
  2. Clone your fork and create a new branch for your contribution.
  3. Add your template as a submodule:
git submodule add -b main <URL to your template repository> <path to submodule>
  1. Commit and push the changes to your fork.
  2. Open a pull request against the original templates repository.

License

Each template within this repository maintains its own licensing. Please check the individual repositories for their respective licenses.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published