docs: normalize legacy server product name to "ownCloud Classic"#647
Conversation
Rename the legacy server product to "ownCloud Classic" in the CONTRIBUTING.md and agents.md prose. The `owncloud/server` Docker Hub image name and the "ownCloud 10.x / 11.0.0-prealpha" version annotations in agents.md are identifiers/version refs and are left unchanged. Part of the cross-repo rebrand tracked in owncloud/docs#5111. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
DeepDiver1975
left a comment
There was a problem hiding this comment.
🤖 Automated review by Claude Code review agent.
Prose-only product-name normalization, looks clean. Four display-text occurrences of "ownCloud Server" → "ownCloud Classic" across two docs files:
CONTRIBUTING.md— "About this repository" prose.agents.md— "Repository Overview" prose.
Verified no non-prose targets touched: the Docker Hub image reference owncloud/server is left intact in both files, no links/URLs, env var names, build args, or tags changed — only the human-readable product name.
CHANGELOG: n-a (docs-only, no behavior change). This repo has a CHANGELOG.md, but it tracks image/build/chart changes, not doc-prose edits. Confirmed by prior doc-only PR #636 (README/LICENSE wording fixes) which added no changelog entry. A pure product-name rename in CONTRIBUTING.md/agents.md has no user-facing image behavior, so no entry is warranted.
Checks: lint + lint-editorconfig green; the two build matrix jobs were pending at review time (image builds, expected to pass — unrelated to docs). No reservations on the content; not approving/merging per policy.
Renames the legacy server product to ownCloud Classic in
CONTRIBUTING.mdandagents.mdprose.Scope: prose only. The
owncloud/serverDocker Hub image name and the "ownCloud 10.x stable" / "ownCloud 11.0.0-prealpha" version annotations inagents.mdare identifiers/version references and are left unchanged.Part of the cross-repo rebrand campaign tracked in owncloud/docs#5111 (owncloud-docker org).