├── .github └── workflows │ └── spelling.yml ├── LICENSE ├── README.md ├── TEMPLATE.md └── example.png /.github/workflows/spelling.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/banesullivan/README/HEAD/.github/workflows/spelling.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/banesullivan/README/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/banesullivan/README/HEAD/README.md -------------------------------------------------------------------------------- /TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/banesullivan/README/HEAD/TEMPLATE.md -------------------------------------------------------------------------------- /example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/banesullivan/README/HEAD/example.png --------------------------------------------------------------------------------