- 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
39 lines
982 B
Markdown
39 lines
982 B
Markdown
---
|
|
name: Feature Request
|
|
about: Suggest a new feature or enhancement
|
|
title: '[FEATURE] '
|
|
labels: 'enhancement'
|
|
---
|
|
|
|
## Feature Description
|
|
<!-- A clear and concise description of the feature you'd like to see -->
|
|
|
|
## Problem Statement
|
|
<!-- Describe the problem this feature would solve. Ex. I'm always frustrated when [...] -->
|
|
|
|
## Proposed Solution
|
|
<!-- Describe how you envision this feature working -->
|
|
|
|
## Alternative Solutions
|
|
<!-- Describe any alternative solutions or features you've considered -->
|
|
|
|
## Use Cases
|
|
<!-- Describe specific use cases for this feature -->
|
|
|
|
## Design Considerations
|
|
<!-- If applicable, describe any design or UX considerations -->
|
|
|
|
## Technical Considerations
|
|
<!-- If applicable, describe any technical implementation details -->
|
|
|
|
## Priority
|
|
<!-- How important is this feature to you? -->
|
|
- [ ] Critical
|
|
- [ ] High
|
|
- [ ] Medium
|
|
- [ ] Low
|
|
|
|
## Additional Context
|
|
<!-- Add any other context, mockups, or examples about the feature request here -->
|
|
|