- 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
54 lines
1.6 KiB
Markdown
54 lines
1.6 KiB
Markdown
## Description
|
|
<!-- Provide a clear and concise description of your changes -->
|
|
|
|
## Type of Change
|
|
<!-- Mark the relevant option with an 'x' -->
|
|
- [ ] 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
|
|
<!-- Link to any related issues. Use "Fixes #123" or "Closes #123" to auto-close issues -->
|
|
Fixes #
|
|
|
|
## Changes Made
|
|
<!-- List the specific changes you made -->
|
|
-
|
|
-
|
|
-
|
|
|
|
## Screenshots
|
|
<!-- If applicable, add screenshots to demonstrate your changes -->
|
|
|
|
## Testing
|
|
<!-- Describe the tests you ran and how to reproduce them -->
|
|
- [ ] 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
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
## Checklist
|
|
<!-- Mark completed items with an 'x' -->
|
|
- [ ] 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
|
|
|
|
## Additional Notes
|
|
<!-- Add any additional notes, concerns, or context for reviewers -->
|
|
|
|
## Deployment Notes
|
|
<!-- Note any deployment considerations, environment variables, or configuration changes needed -->
|
|
|