What
.github/ISSUE_TEMPLATE/ contains both .md and .yml variants of bug_report, custom, and feature_request. The .yml (issue-forms) versions are the current standard; the .md ones look like legacy stubs.
Action
- Confirm the
.yml forms are the intended templates.
- Remove the redundant
.md variants.
- Ensure whatever remains carries an SPDX header (some issue-template files were missing one).
Low-risk hygiene; no functional impact beyond which template GitHub offers.
Found during the 2026-06-14 deep-checkpoint (left out of the safe-hygiene PR #50 because choosing which variant to drop is a small judgement call).
What
.github/ISSUE_TEMPLATE/contains both.mdand.ymlvariants ofbug_report,custom, andfeature_request. The.yml(issue-forms) versions are the current standard; the.mdones look like legacy stubs.Action
.ymlforms are the intended templates..mdvariants.Low-risk hygiene; no functional impact beyond which template GitHub offers.
Found during the 2026-06-14 deep-checkpoint (left out of the safe-hygiene PR #50 because choosing which variant to drop is a small judgement call).