Skip to content

uwutube/repo-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Project Name

A short description of the project goes here.
Documentation | Issues | Pull Requests

Repo Size Contributors Stars Forks License Issues

Table of Contents

Building

Prerequisites

Requirements

  • A comprehensive list of building requirements goes here

Recommendations

  • A comprehensive list of building suggestions / recommendations goes here

Instructions

  1. First, clone the repository recursively with git clone --recursive https://github.com/xezno/RepoTemplate
  2. Next, run git submodule update to ensure that all submodules are up-to-date.
  3. Once complete, run msbuild to build the project.

Platform Support

Currently, platform support is as follows:

Platform Supported?
Windows
Linux
Android
macOS
iOS

Contributing

Contributions to this project are greatly appreciated; please follow these steps in order to submit your contribution to the project:

  1. Fork the project
  2. Create a branch under the name YourName/FeatureName
  3. Once you've made all the changes you need to make, go ahead and submit a Pull Request.

License

This project is licensed under the MPL-2.0 license; a copy of this license is available at LICENSE.md.

Acknowledgements