Skip to content

revert: restore the issue templates that were overwritten - #174

Merged
ChelseaKR merged 1 commit into
mainfrom
fix/restore-clobbered-templates
Aug 13, 2026
Merged

revert: restore the issue templates that were overwritten#174
ChelseaKR merged 1 commit into
mainfrom
fix/restore-clobbered-templates

Conversation

@ChelseaKR

Copy link
Copy Markdown
Owner

PR #173 replaced this repo's tailored issue templates with generic ones. This restores them.

What happened. The check that concluded "no issue templates anywhere" queried each community-health path with a files-only API call. That call returns nothing for a directory, so the existing .github/ISSUE_TEMPLATE/ directory read as absent and the templates were written over rather than skipped.

What this restores, byte-for-byte as of bcbeb60 (the commit before #173):

file after #173 restored
bug_report.yml 20 lines 39 lines
config.yml 6 lines 8 lines

feature_request.yml is kept as-is. That one was genuinely additive, and reviewer-intake.yml was never touched.

Verified with git diff bcbeb60 -- .github/ISSUE_TEMPLATE/bug_report.yml .github/ISSUE_TEMPLATE/config.yml, which is empty.

The previous PR replaced tailored, repo-specific templates with generic ones.
That was a mistake with a specific cause: the check that concluded 'no issue
templates anywhere' queried each path with a files-only API call, which returns
nothing for a directory, so existing .github/ISSUE_TEMPLATE/ directories read as
absent.

Restores bug_report.yml and config.yml as they were. The generic
feature_request.yml is kept, since that one was genuinely additive.

Signed-off-by: Chelsea Kelly-Reif (she/her) <ckellyreif@gmail.com>
@ChelseaKR
ChelseaKR merged commit 27e40fa into main Aug 13, 2026
12 checks passed
@ChelseaKR
ChelseaKR deleted the fix/restore-clobbered-templates branch August 13, 2026 00:42
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.

1 participant