Skip to content
devlinjunker edited this page Dec 31, 2020 · 5 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 "Template"?

You can clone this repository and then use it as a template for your project by removing the initial remote and setting your own Github remote.

- OR -

You can fork this repository to your Github Account and then use the Use Template feature when creating new repositories on Github.

Once you have the project initialized, 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 template is meant to be language agnostic, so that any developers can use it for 💯% completion

Clone this wiki locally