- 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
20 lines
427 B
Markdown
20 lines
427 B
Markdown
---
|
|
name: Question
|
|
about: Ask a question about the project
|
|
title: '[QUESTION] '
|
|
labels: 'question'
|
|
---
|
|
|
|
## Question
|
|
<!-- Ask your question clearly and concisely -->
|
|
|
|
## Context
|
|
<!-- Provide any relevant context that might help answer your question -->
|
|
|
|
## What I've Already Tried
|
|
<!-- Describe what you've already attempted or researched -->
|
|
|
|
## Additional Information
|
|
<!-- Add any other information that might be helpful -->
|
|
|