mirror of
https://github.com/aaddrick/claude-desktop-debian.git
synced 2026-05-17 08:36:35 +03:00
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:
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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:
|
||||
|
||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
5
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user