mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 08:36:13 +00:00
Repo-wide sweep of example version strings still pinned around 0.111.2/ 0.111.3 (four releases behind) across install-script comments, README walkthroughs, the FALLBACK_VERSION defaults in on-device-install and raspberry-pi install scripts, and the bug-report issue template's version placeholder. Bumped to 0.123.0, the current release. Left untouched: RFC-5737 example IPs and Go test fixtures that happened to match the same version-number pattern, dated blog posts, and the Hugo theme's own unrelated version pin.
119 lines
4.1 KiB
YAML
119 lines
4.1 KiB
YAML
name: Bug Report
|
|
description: Something in AfterTouch isn't working the way it should
|
|
title: "[Bug]: "
|
|
labels: ["bug", "triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for helping improve **AfterTouch**! 🙏
|
|
|
|
AfterTouch is a community-built toolkit that keeps Bose SoundTouch speakers
|
|
working after the Bose cloud shutdown. We both give and ask for support here,
|
|
so don't worry about getting every field perfect.
|
|
|
|
A quick look at the
|
|
[Troubleshooting Guide](https://gesellix.github.io/Bose-SoundTouch/docs/guides/TROUBLESHOOTING/)
|
|
often saves time. For "how do I...?" questions, please use
|
|
[Discussions](https://github.com/gesellix/Bose-SoundTouch/discussions) instead.
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: What happened?
|
|
description: What went wrong, and what did you expect to happen instead?
|
|
placeholder: "When I play a radio station from the player UI, the speaker shows an orange light and nothing plays. I expected it to start playing."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: How can we trigger it? Rough steps are fine.
|
|
placeholder: |
|
|
1. Open the player UI
|
|
2. Search for a station
|
|
3. Press play
|
|
4. ...
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: diagnostic
|
|
attributes:
|
|
label: Diagnostic report (the most helpful thing you can attach)
|
|
description: |
|
|
In the AfterTouch **admin UI**, open the **Health tab** and click
|
|
**Download diagnostic report**. It is by far the best way to help us
|
|
diagnose a bug. GitHub blocks `.age` uploads, so rename the file to
|
|
`.age.txt` (or zip it) before dragging it into this box. You can also email
|
|
it instead: aftertouch-support@gesellix.net.
|
|
|
|
The file is **encrypted** to the maintainer's key, so only the maintainer
|
|
can open it. The structured summary has credentials redacted, but the raw
|
|
datastore files (for example `Sources.xml`) are included as-is and can
|
|
contain the access tokens your speaker uses for linked services like
|
|
Spotify or Amazon. If that is a concern, unlink those services before
|
|
exporting, or email the report privately instead.
|
|
placeholder: "Attach the aftertouch-diagnostic-*.age.txt (or .zip) file here."
|
|
validations:
|
|
required: false
|
|
|
|
- type: input
|
|
id: device
|
|
attributes:
|
|
label: Speaker model & firmware
|
|
description: Which speaker, and (if you know it) the firmware version.
|
|
placeholder: "SoundTouch 10, firmware 27.0.6"
|
|
validations:
|
|
required: false
|
|
|
|
- type: dropdown
|
|
id: how-run
|
|
attributes:
|
|
label: How are you running AfterTouch?
|
|
options:
|
|
- "Docker / docker compose"
|
|
- "Prebuilt binary"
|
|
- "Built from source"
|
|
- "Not sure"
|
|
validations:
|
|
required: false
|
|
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: AfterTouch version
|
|
description: Shown in the admin UI footer, or via the binary's `--version`.
|
|
placeholder: "v0.123.0"
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Logs / error messages
|
|
description: Any relevant output from the service, CLI, or browser console. Please mask real LAN IPs if you can.
|
|
render: shell
|
|
validations:
|
|
required: false
|
|
|
|
- type: checkboxes
|
|
id: checklist
|
|
attributes:
|
|
label: Before you submit
|
|
options:
|
|
- label: "I checked the [Troubleshooting Guide](https://gesellix.github.io/Bose-SoundTouch/docs/guides/TROUBLESHOOTING/)"
|
|
- label: "I searched [existing issues](https://github.com/gesellix/Bose-SoundTouch/issues) for a duplicate"
|
|
- label: "I'm on a recent AfterTouch version"
|
|
|
|
- type: checkboxes
|
|
id: coc
|
|
attributes:
|
|
label: Code of Conduct
|
|
description: This project follows a [Code of Conduct](https://github.com/gesellix/Bose-SoundTouch/blob/main/CODE_OF_CONDUCT.md).
|
|
options:
|
|
- label: "I agree to follow this project's Code of Conduct"
|
|
required: true
|