6ce8c703dc
chore: initial Next.js template scaffold Next.js 16 + React 19 + TypeScript 5 + Tailwind CSS 4 + shadcn/ui. Includes layout components, pages (home, 404, error, loading), hooks, types, and documentation. @
1.1 KiB
1.1 KiB
Contributing
Thank you for considering contributing to this template.
How to Contribute
Reporting Issues
If you find a problem with the default configuration or have a suggestion for improvement, please open an issue.
Submitting Changes
- 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
Commit Message Convention
Please follow the Conventional Commits format:
feat:— new featurefix:— bug fixdocs:— documentation changeschore:— build or tooling changesrefactor:— code refactoring
Template Maintenance Principles
- 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.