diff --git a/.mokogitea/ISSUE_TEMPLATE/waas_site_issue.md b/.mokogitea/ISSUE_TEMPLATE/waas_site_issue.md new file mode 100644 index 0000000..4a0c89b --- /dev/null +++ b/.mokogitea/ISSUE_TEMPLATE/waas_site_issue.md @@ -0,0 +1,77 @@ +--- +name: WaaS Client Site Issue +about: Report an issue with a WaaS client site (branding, deployment, media sync) +title: '[WAAS] ' +labels: 'waas, client-site' +assignees: '' + +--- + +## Site Issue Type +- [ ] Branding / CSS not applying +- [ ] Deployment failure +- [ ] Media sync issue +- [ ] Template override not working +- [ ] Module positioning issue +- [ ] Mobile / responsive layout +- [ ] Performance issue + +## Client Site +- **Client Org**: [e.g., ClarksvilleFurs] +- **Repo**: [e.g., client-waas-clarksvillefurs] +- **Environment**: [Dev / Production] +- **Site URL**: [dev or production URL — omit if private] + +## Issue Description +Describe the issue clearly. + +## Steps to Reproduce +1. Visit [page URL] +2. Look at [element] +3. See error + +## Expected Behavior +What the site should look like or how it should behave. + +## Actual Behavior +What is happening instead. + +## Screenshots +Attach screenshots showing the issue (desktop and mobile if relevant). + +## Deployment Status +- **Last deploy**: [date or "unknown"] +- **Deploy workflow**: [succeeded / failed / not run] +- **Branch**: [dev / main] + +## Media Sync +- [ ] Images missing after sync +- [ ] Sync direction: [dev-to-prod / prod-to-dev / bidirectional] +- [ ] Last sync: [date] + +## Template Details +- **Joomla Version**: [e.g., 5.x] +- **Template Name**: [e.g., clienttemplate] +- **MokoWaaS Plugin**: [Active / Inactive] +- **MokoOnyx Admin**: [Active / Inactive] + +## CSS Custom Properties +If branding issue, list the relevant CSS variables: +```css +:root { + --client-primary: #...; + --client-secondary: #...; +} +``` + +## Browser / Device +- **Browser**: [e.g., Chrome 120, Safari 17] +- **Device**: [Desktop / Tablet / Mobile] +- **Screen Width**: [e.g., 1920px, 768px, 375px] + +## Checklist +- [ ] I have cleared Joomla cache +- [ ] I have hard-refreshed the browser (Ctrl+Shift+R) +- [ ] I have checked the deploy workflow completed +- [ ] I have verified the change is on the correct branch +- [ ] No credentials or PII are included in this issue