GitHub Repo Template is a template for creation of open source projects made available on GitHub. It includes a permissive open source license, a developer certificate of origin, and a pull request template. This provides everything necessary to have a properly licensed open source project.
- Clone or download this repository.
- Copy its contents into your project (including the hidden .github directory).
- Customize each file to suit your project's needs (including the README). Look through the files for "TODO" and <reponame>, and replace with content appropriate to your project.
- (Optional) Check out GitHub Template Guidelines for ideas about how to customize your project.
TODO: describe a project in detail, what it does, how to use it, etc.