zeroclaw/docs/contributing
guan 980ad7ebc9 fix(docs): correct broken path references in contributing docs
Several files in docs/contributing/ referenced other docs files using
incorrect paths like "docs/pr-workflow.md" when the files are actually
in the same directory (docs/contributing/).

Changes:
- docs/contributing/README.md: fix Suggested Reading Order paths
- docs/contributing/pr-workflow.md: fix link text references
- docs/contributing/reviewer-playbook.md: fix link text reference
- docs/vi/contributing/README.md: fix Vietnamese translation paths
- docs/i18n/vi/contributing/README.md: fix Vietnamese i18n paths
- docs/setup-guides/zai-glm-setup.md: fix custom-providers.md link

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 03:31:14 -04:00
..
actions-source-policy.md ci(workflows): rename workflow files and add lint + security jobs 2026-03-10 00:17:54 -04:00
adding-boards-and-tools.md docs: update all internal links to match topic-based directory layout 2026-03-09 23:09:09 -04:00
cargo-slicer-speedup.md docs: update all internal links to match topic-based directory layout 2026-03-09 23:09:09 -04:00
change-playbooks.md docs: add extension examples and update references in contributing materials 2026-03-10 15:11:28 -04:00
ci-map.md docs: update all internal links to match topic-based directory layout 2026-03-09 23:09:09 -04:00
cla.md docs: update all internal links to match topic-based directory layout 2026-03-09 23:09:09 -04:00
custom-providers.md docs: restructure docs/ into topic-based directory layout 2026-03-09 22:25:20 -04:00
doc-template.md docs: restructure docs/ into topic-based directory layout 2026-03-09 22:25:20 -04:00
docs-contract.md refactor: Agents file done according to best practices (slim, light, project specific, avoids things the models already know) 2026-03-09 23:16:48 -04:00
extension-examples.md docs: add extension examples and update references in contributing materials 2026-03-10 15:11:28 -04:00
langgraph-integration.md docs: restructure docs/ into topic-based directory layout 2026-03-09 22:25:20 -04:00
pr-discipline.md refactor: Agents file done according to best practices (slim, light, project specific, avoids things the models already know) 2026-03-09 23:16:48 -04:00
pr-workflow.md fix(docs): correct broken path references in contributing docs 2026-03-11 03:31:14 -04:00
README.md fix(docs): correct broken path references in contributing docs 2026-03-11 03:31:14 -04:00
release-process.md docs: restructure docs/ into topic-based directory layout 2026-03-09 22:25:20 -04:00
reviewer-playbook.md fix(docs): correct broken path references in contributing docs 2026-03-11 03:31:14 -04:00
testing.md docs: update all internal links to match topic-based directory layout 2026-03-09 23:09:09 -04:00

Contributing, Review, and CI Docs

For contributors, reviewers, and maintainers.

Core Policies

Suggested Reading Order

  1. CONTRIBUTING.md
  2. pr-workflow.md
  3. reviewer-playbook.md
  4. ci-map.md