chore(issue-template): funnel apt-update legacy-URL reports to migration docs (#522)

Adds a contact_link on the issue chooser that surfaces the apt
scheme-downgrade symptom verbatim and links the README migration
section, plus a markdown callout at the top of bug_report.yml with
the inline sed one-liner. Catches reports like #516 and #519 before
they're filed as bugs.

Co-authored-by: Claude <claude@anthropic.com>
This commit is contained in:
Aaddrick
2026-04-25 08:41:37 -04:00
committed by GitHub
parent 6d281c93b6
commit 6dd667cd2b
2 changed files with 20 additions and 0 deletions

View File

@@ -11,6 +11,21 @@ body:
anything you wouldn't put on a public issue tracker. See the
[Privacy section in the README](https://github.com/aaddrick/claude-desktop-debian/blob/main/README.md#privacy)
for what the bot does with your issue.
- type: markdown
attributes:
value: |
**Is `apt update` failing?** If you're seeing
`Redirection from https to 'http://pkg.claude-desktop-debian.dev/...' is forbidden`,
your sources.list still points at the legacy `aaddrick.github.io` URL —
no need to file a bug. Run:
```bash
sudo sed -i 's|https://aaddrick\.github\.io/claude-desktop-debian|https://pkg.claude-desktop-debian.dev|g' \
/etc/apt/sources.list.d/claude-desktop.list
sudo apt update
```
Background: [README — Migrating from the old `aaddrick.github.io` URL](https://github.com/aaddrick/claude-desktop-debian/blob/main/README.md#migrating-from-the-old-aaddrickgithubio-url).
- type: textarea
id: doctor
attributes:

View File

@@ -1,5 +1,10 @@
blank_issues_enabled: false
contact_links:
- name: "apt update fails: 'Redirection from https to http... is forbidden'"
url: https://github.com/aaddrick/claude-desktop-debian/blob/main/README.md#migrating-from-the-old-aaddrickgithubio-url
about: |
Your sources.list points at the legacy aaddrick.github.io URL.
The README has a one-line sed fix to migrate to the new host.
- name: Questions / usage help
url: https://github.com/aaddrick/claude-desktop-debian/discussions
about: General questions belong in Discussions.