NicholaiVogel 54909d79e5 feat: initial repository setup with Next.js, Tailwind CSS, ShadCN UI, and Gitea CI/CD
- 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
2025-10-12 03:02:14 -06:00

38 lines
869 B
Markdown

---
name: Bug Report
about: Report a bug or issue with the website
title: '[BUG] '
labels: 'bug'
---
## Bug Description
<!-- A clear and concise description of what the bug is -->
## Steps to Reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
## Expected Behavior
<!-- A clear and concise description of what you expected to happen -->
## Actual Behavior
<!-- A clear and concise description of what actually happened -->
## Screenshots
<!-- If applicable, add screenshots to help explain your problem -->
## Environment
- Browser: [e.g., Chrome 120, Firefox 121]
- Device: [e.g., Desktop, iPhone 13]
- OS: [e.g., Windows 11, macOS 14, iOS 17]
- Screen Size: [e.g., 1920x1080]
## Additional Context
<!-- Add any other context about the problem here -->
## Possible Solution
<!-- Optional: Suggest a fix or reason for the bug -->