Files
Anso bf7a8b5734 ci: refresh bug report subsystem checkboxes (#1683)
Replace the outdated Admiral-heavy subsystem list with hybrid
product-surface buckets that match current bug-prone areas.
2026-07-22 21:17:13 -04:00

88 lines
2.3 KiB
YAML

name: Bug Report
description: Report a bug in Sencho
labels: ["bug"]
body:
- type: textarea
id: description
attributes:
label: Describe the bug
placeholder: A clear description of the bug
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Steps to reproduce
placeholder: |
1. Go to '...'
2. Click on '...'
3. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
validations:
required: true
- type: input
id: version
attributes:
label: Sencho version
placeholder: "0.86.6 (find this in Settings → About)"
validations:
required: true
- type: dropdown
id: deployment
attributes:
label: Deployment method
options:
- Docker Compose
- Docker run
- Development (npm run dev)
- Other
validations:
required: true
- type: input
id: browser
attributes:
label: Browser (if UI issue)
placeholder: "Chrome 120, Firefox 121, etc."
- type: textarea
id: logs
attributes:
label: Relevant logs
description: Paste any relevant container or browser console logs
render: shell
- type: textarea
id: compose
attributes:
label: Compose snippet (if a stack is involved)
description: Paste the relevant `services:` block. Redact secrets first.
render: yaml
- type: textarea
id: container_logs
attributes:
label: Container logs
description: Output of `docker logs sencho` from the time of the issue.
render: shell
- type: textarea
id: browser_console
attributes:
label: Browser console output (if a UI issue)
description: Open DevTools, reproduce, copy any errors or warnings.
render: shell
- type: checkboxes
id: subsystems
attributes:
label: Subsystems involved
description: Tick any that apply.
options:
- label: Stacks, Compose & Deploy
- label: Multi-node, Pilot & Mesh
- label: Fleet (actions, sync, secrets, backups, blueprints)
- label: Alerts, Notifications & Observability
- label: Security, Scanning & Auth (Trivy, SSO, MFA, RBAC)
- label: Updates, Schedules & Automation
- label: None of the above