Opinionated template for generating new repositories.
Stencil is an opinionated template for generating new repositories. It provides a basic directory structure and standardized set of community health files to jump start your project with the resources necessary to build a healthy and effective environment for collaboration. Use as-is with minor customizations, or create your own template with Stencil as the starting point.
git clone https://github.com/mgsisk/.github.git project
cd project
rm -rf .git
git init
If you're hosting on GitHub, you can also generate a new repository directly from Stencil.
You should review each of the files Stencil provides and customize them to your liking. Refer to the documentation for useful information on each file: what they're for, why you should or shouldn't keep them, and how you might want to customize them. Other support resources are available if you need help.
Contributions are always welcome; please read the code of conduct before you begin. See the changelog for notable project changes, and report any security concerns you find.
To the contributors that help to build, fund, and maintain this project; the other works that have contributed to and inspired this project; and anyone that has found this project useful.