Thank you for considering contributing to this template.
If you find a problem with the default configuration or have a suggestion for improvement, please open an issue.
- Fork the repository
- Create your feature branch:
git checkout -b feat/your-feature - Commit your changes:
git commit -m "feat: add your feature" - Push to the branch:
git push origin feat/your-feature - Open a Pull Request
Please follow the Conventional Commits format:
feat:— new featurefix:— bug fixdocs:— documentation changeschore:— build or tooling changesrefactor:— code refactoring
- Keep dependencies up to date with the latest stable versions.
- Default configuration should be minimal — only include what most projects need.
- Avoid adding business-specific code or dependencies.
- Components follow the shadcn/ui convention: copy source, customise locally.