name: Bug Report about: Something isn't working as expected labels: - bug body: - type: textarea id: description attributes: label: Description description: What happened? validations: required: true - type: textarea id: reproduction attributes: label: Steps to Reproduce description: Minimal steps to trigger the bug. placeholder: | 1. Run `uptop serve` 2. Navigate to ... 3. See error validations: required: true - type: textarea id: expected attributes: label: Expected Behavior description: What should have happened instead? validations: required: true - type: textarea id: environment attributes: label: Environment description: OS, Go version, uptop version, terminal emulator. placeholder: | - OS: Debian 13 - Go: 1.26 - uptop: 2026.06.1 - Terminal: Ghostty validations: required: false - type: textarea id: logs attributes: label: Relevant Logs description: Paste any error output or logs. render: shell validations: required: false