|
| 1 | +## Description |
| 2 | +<!-- Briefly describe what this PR adds or changes. --> |
| 3 | + |
| 4 | +## Type of Change |
| 5 | +- [ ] 🆕 New prompt addition |
| 6 | +- [ ] 🔧 Prompt improvement/fix |
| 7 | +- [ ] 🎨 UI component (React/Tailwind) |
| 8 | +- [ ] 🧪 Feature implementation |
| 9 | +- [ ] 📋 Documentation update |
| 10 | +- [ ] 🗂️ Category organization |
| 11 | +- [ ] 🐛 Bug fix |
| 12 | +- [ ] 🔒 Security fix |
| 13 | +- [ ] Other: ___________ |
| 14 | + |
| 15 | +## Category |
| 16 | +<!-- Which category does this affect? --> |
| 17 | +- [ ] ui-design |
| 18 | +- [ ] web-development |
| 19 | +- [ ] components |
| 20 | +- [ ] ux-research |
| 21 | +- [ ] animation |
| 22 | +- [ ] responsive |
| 23 | +- [ ] accessibility |
| 24 | +- [ ] src/ (codebase change) |
| 25 | +- [ ] supabase/ (backend change) |
| 26 | + |
| 27 | +## Brand Alignment (for UI/component changes) |
| 28 | +<!-- Does this change maintain the "Clinical Luxury" brand DNA? --> |
| 29 | +- [ ] Uses Soft Ivory (#F8F8FF) as the background canvas |
| 30 | +- [ ] Uses Deep Maroon (#800020) for primary actions and headers |
| 31 | +- [ ] Uses Shiny Gold (#C5A028) for 1px borders and hover states (the "Gold Stitch") |
| 32 | +- [ ] Uses Dark Charcoal (#333333) for body text |
| 33 | +- [ ] Supports RTL layout for Arabic localization |
| 34 | +- [ ] N/A — no visual changes |
| 35 | + |
| 36 | +## Checklist |
| 37 | + |
| 38 | +### For New Prompts |
| 39 | +- [ ] Prompt follows the established format (YAML frontmatter + sections) |
| 40 | +- [ ] Includes clear description |
| 41 | +- [ ] Contains example usage |
| 42 | +- [ ] Provides sample output (if applicable) |
| 43 | +- [ ] Has appropriate tags |
| 44 | +- [ ] Tested with Claude |
| 45 | +- [ ] Placed in correct category directory |
| 46 | +- [ ] Frontend-focused content |
| 47 | + |
| 48 | +### For Code Changes |
| 49 | +- [ ] `npm run lint` passes with 0 errors |
| 50 | +- [ ] `npm run build` completes without errors |
| 51 | +- [ ] RTL (Arabic) layout is not broken |
| 52 | +- [ ] Mobile responsive on all breakpoints |
| 53 | +- [ ] Tailwind uses semantic tokens (not raw hex values) |
| 54 | + |
| 55 | +### For All Contributions |
| 56 | +- [ ] Clear and understandable content |
| 57 | +- [ ] No spelling or grammar errors |
| 58 | +- [ ] Follows contribution guidelines |
| 59 | +- [ ] No duplicate content |
| 60 | +- [ ] No sensitive credentials or API keys committed |
| 61 | + |
| 62 | +## Testing |
| 63 | +- [ ] I have tested this locally |
| 64 | +- [ ] The changes produce consistent, expected results |
| 65 | +- [ ] The examples work as described (for prompts) |
| 66 | +- [ ] Verified on mobile viewport |
| 67 | + |
| 68 | +## Additional Notes |
| 69 | +<!-- Add any additional context, screenshots, or information about your changes here. --> |
| 70 | + |
| 71 | +<!-- closes #[issue-number] --> |
0 commit comments