#github #githubtemplate #templaterepo
In this video, I'll show you how to use GitHub Template Repositories
to standardize your project setup across your entire team or organization.
What you'll learn:
- What is a GitHub Template Repository
- Why you need it (the real problem it solves)
- How to create a Template Repository from scratch
- How to create a new repo from a template
= Template Repository includes:
- GitHub Actions CI pipeline (lint + test on every PR)
- Ruff linter with pre-commit hooks
- Standard folder structure (src, tests)
- .gitignore and README template
https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template
https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository