- Initialize Next.js 15.5.4 with TypeScript and App Router - Configure Tailwind CSS v4 with ShadCN UI component library - Set up OpenNext for Cloudflare Workers deployment - Add Gitea Actions workflows for CI/CD (lint, build, deploy) - Create issue templates (bug, feature, question) and PR template - Add comprehensive CONTRIBUTING.md and README.md documentation - Configure build scripts and deployment configuration
1.6 KiB
1.6 KiB
Description
Type of Change
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Documentation update
- Code refactoring
- Performance improvement
- Style/UI update
Related Issues
Fixes #
Changes Made
Screenshots
Testing
- I have tested this locally
- I have added tests that prove my fix is effective or that my feature works
- All existing tests pass
How to Test
Checklist
- My code follows the project's code style
- I have performed a self-review of my code
- I have commented my code, particularly in hard-to-understand areas
- I have made corresponding changes to the documentation
- My changes generate no new warnings or errors
- I have checked for any breaking changes
- I have updated the README if necessary