Skip to content
devlinjunker edited this page Dec 2, 2020 · 19 revisions

What is this "Template" For?

This is a starting point for any programming project on Github. It contains the documentation files that Github expects for 💯% completion of their Community Standards as well as some Git Hooks and Github Actions to enforce a standardized development process.

How do I use this project?

You can clone this repository and then use it as a template for your projects. Follow the Quick Setup and Run Instructions in the README to make sure you update all of the pieces for your project.

What Programming Language do I need to use?

You can use any programming language! This project is meant to be language agnostic, however I do recommend you look into Shell Scripting and Github Actions in order to understand how the script files work in this template.

Clone this wiki locally