Skip to content

feat:Add markdown link checker + PR template doc-update reminder#697

Closed
GodWar9 wants to merge 1 commit into
mllam:mainfrom
GodWar9:add-markdown-link-checker
Closed

feat:Add markdown link checker + PR template doc-update reminder#697
GodWar9 wants to merge 1 commit into
mllam:mainfrom
GodWar9:add-markdown-link-checker

Conversation

@GodWar9

@GodWar9 GodWar9 commented Jun 30, 2026

Copy link
Copy Markdown

Summary

This PR adds two lightweight mechanisms to keep CONTRIBUTING.md and AGENTS.md from rotting, as requested in #654.

Changes

  1. Add markdown-link-check to pre-commit

    • Added markdown-link-check hook to .pre-commit-config.yaml
    • Validates cross-file references, section anchors, and external URLs
  2. Add PR template reminder

    • Added checklist item to .github/pull_request_template.md:
    • "If this PR changes the contributor workflow, I've updated CONTRIBUTING.md / AGENTS.md"

Additional Fixes

While running the new link checker, I found and fixed several broken links in the existing documentation:

  • Fixed README.MDREADME.md in PR template
  • Updated pyg.orghttps://github.com/pyg-team/pytorch_geometric
  • Removed expired kutt.to/mllam link
  • Removed redundant local anchors (#graph-based-neural-weather-prediction...)
  • Removed expired Slack invite link
  • Fixed danra.datastore.yaml path (typo + missing folder) / kept as plain text

Closes #654

- Add markdown-link-check to pre-commit config
- Add PR template checklist item for CONTRIBUTING.md/AGENTS.md updates
- Fix broken links found by the new checker

Closes mllam#654
@joeloskarsson

Copy link
Copy Markdown
Collaborator

Duplicate of #655

@joeloskarsson joeloskarsson marked this as a duplicate of #655 Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add markdown link check + PR template doc-update reminder to keep CONTRIBUTING/AGENTS from rotting

2 participants