chore(docs): remove dead Discussions link and stale version table (#182) - #291
Merged
Conversation
- .github/ISSUE_TEMPLATE/config.yml: drop the "Question or discussion"
contact link (github.com/.../discussions) — Discussions is disabled on
this repo so every issue submitter was shown a 404-equivalent link.
The security-reporting contact link is retained unchanged.
- SECURITY.md: delete the hardcoded version table (0.1.x ✅ / <0.1.0 ❌)
that contradicted the rolling statement above it and was two minor
versions stale at v0.4.0. The rolling statement ("Security fixes are
applied to the latest released minor series only; please upgrade to
the newest release before reporting.") is self-maintaining and correct.
Two of 13 items in #182; the repo homepage slug is being fixed separately.
Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two repo-hygiene fixes from issue #182's config-drift list — no code changes, no version bumps.
Changes
1. Remove dead
/discussionscontact link (.github/ISSUE_TEMPLATE/config.yml)GitHub Discussions is disabled on this repo. The "Question or discussion" contact link was pointing to
github.com/dean0x/mdscript/discussions, which returns a 404-equivalent page to every person who opens an issue. The link is removed. The security-reporting contact link is retained unchanged.2. Delete stale version table (
SECURITY.md)The hardcoded table (
0.1.x ✅/< 0.1.0 ❌) was two minor versions stale at v0.4.0 and directly contradicted the rolling support statement immediately above it. The table is deleted. The rolling statement — "Security fixes are applied to the latest released minor series only; please upgrade to the newest release before reporting." — is self-maintaining and correct; it is kept as-is.Verification
node -e "require('js-yaml').load(...)" → YAML OKSECURITY.mdrenders cleanly end-to-end: no orphaned heading, no dangling sentence, no broken listgit diff --statshows exactly two files changed (8 deletions, 0 additions)Scope
This is 2 of the 13 items tracked in #182. The third item noted in the task description (repo homepage slug) is being fixed separately via repo settings. This PR does not close #182 — it remains open for the remaining items.
Breaking Changes
None.
Reviewer Focus Areas
SECURITY.md"Supported versions" section reads cleanly without the table