docs: professional documentation, homepage, and GitHub setup#12
Conversation
- Rewrite index.html with meta tags, OG, Twitter Card, JSON-LD, PWA support - Rewrite README.md with badges, tables, centered header, quick links - Create docs/README.md landing page with architecture diagram - Add .github issue templates (bug_report.yml, feature_request.yml, config.yml) - Add .github PR template and CODEOWNERS - Add CI workflow (lint, type-check, build on Node 18/20) - Add SECURITY.md and CONTRIBUTING.md - Add testing skill README.md with Vitest and Playwright guides - Update FUNDING.yml with ATC-O48 GitHub Sponsors Co-Authored-By: Hoai thuong Nguyen van <admin@huynhthuong.online>
Original prompt from Hoai
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: Hoai thuong Nguyen van <admin@huynhthuong.online>
Description
Complete overhaul of project documentation, homepage, and GitHub repository setup:
index.html: Rewritten with full meta tags (description, keywords, author, theme-color), Open Graph tags, Twitter Card meta, JSON-LD structured data (SoftwareApplication), preconnect/preload for performance, noscript fallback, and PWA manifest linkREADME.md: Professional redesign with centered header, badges (build, license, TypeScript, React, Vite), feature tables, tech stack table, quick links section, keyboard shortcuts, and improved contributing guidedocs/README.md: New documentation landing page with Mermaid architecture diagram, categorized docs index (Architecture, Guides, Reference), state management overview, and layout system summary.github/: Form-based issue templates (bug_report.yml, feature_request.yml, config.yml), PR template with checklists, CI workflow (lint + type-check + build on Node 18/20), CODEOWNERS, updated FUNDING.ymlSECURITY.md: Vulnerability reporting policy with severity-based timelinesCONTRIBUTING.md: Development setup guide, code style guidelines (ESLint, TypeScript, React, Tailwind), PR process, issue guidelines.agents/skills/: Testing skill README with Vitest unit testing and Playwright E2E testing guidesType of Change
Testing
npm run devChecklist
Link to Devin session: https://app.devin.ai/sessions/039533da9a7c447b8ea6af942932eac9
Requested by: @Huynhthuongg