A template for new projects which contain the usual files
| File | Description |
|---|---|
| .github/CODEOWNERS | Used to automatically choose PR reviewers based on who owns the code |
| .editorconfig | Shared code style config file |
| .gitignore | Git ignore file |
| .pre-commit-config.yaml | Config file for pre-commit hooks. Delete/comment out hooks you don't need |
| LICENSE | Project license - Default is Apache 2.0. |
| README.md | Main README file that all repos need to have |
| Taskfile.yml | Config file for Go-Task. |