fix(register): link to snap registration docs
Metadata
Current evaluation
Merged a fix adding a link to snap registration docs in the snapcraft register output. Formatting and unit tests were updated. Initial CI failures were unrelated infrastructure issues, resolved by re-running checks. Approved by two reviewers.
Suggested action: —
No scores available.
Issue body
Fixes #5042.
This adds a link from the `snapcraft register` command output to the RTD snap registration how-to.
The documentation link is shown after the registration flow whether the user confirms registration, uses `--yes`, or declines the confirmation prompt.
Validation:
- `pytest -q tests/unit/commands/test_names.py -k register -rs`
- `ruff check snapcraft/commands/names.py tests/unit/commands/test_names.py`
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a fix adding a link to snap registration docs in the snapcraft register output. Formatting and unit tests were updated. Initial CI failures were unrelated infrastructure issues, resolved by re-running checks. Approved by two reviewers. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Adds a documentation link to the snapcraft register command output after registration. Unrelated CI failures were dismissed, checks were re-run, and the change was merged. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Adds a documentation link to the snapcraft register command output. Reported CI failures were unrelated infrastructure issues. A maintainer re-ran the checks, and the update was successfully merged. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #5360 docs: add "register a snap" how-to | snapcraft | merged | Merged documentation update adding a register a snap how-to guide. Approved by two reviewers, passed CI checks, and modified four files with 82 additions and 2 deletions. | |
| #623 Proper message when registering an already registered snap | snapcraft | merged | Merged fix for duplicate snap registration error messaging. Reviewer recommended linking to the name dispute form. Author updated the message, tests passed, and maintainer merged the changes. |