Skip to content

fix: add pull_request_template.md so GitHub auto-loads it on new PRs#100

Merged
GageLawton merged 1 commit into
mainfrom
fix/pr-template-autoload
May 26, 2026
Merged

fix: add pull_request_template.md so GitHub auto-loads it on new PRs#100
GageLawton merged 1 commit into
mainfrom
fix/pr-template-autoload

Conversation

@GageLawton
Copy link
Copy Markdown
Owner

Summary

GitHub only auto-populates a PR template from .github/pull_request_template.md (exact name, lowercase). Files inside .github/PULL_REQUEST_TEMPLATE/ are only available via the ?template= URL parameter — they never auto-load.

Changes

  • Added .github/pull_request_template.md with the same content as PULL_REQUEST_TEMPLATE/default.md
  • The named templates in PULL_REQUEST_TEMPLATE/ remain available for anyone using ?template=<name> in the PR URL

Test plan

  • Open a new PR on this repo and verify the template pre-populates automatically
  • Confirm the named templates (feature.md, bugfix.md, etc.) still work via ?template=feature

Closes #23

The templates in .github/PULL_REQUEST_TEMPLATE/ are only available via
?template= URL param and never auto-populate. GitHub auto-loads a
default template from .github/pull_request_template.md (lowercase).

Added that file with the same content as PULL_REQUEST_TEMPLATE/default.md
so all new PRs pre-populate with the summary/testing/success-criteria
sections. The named templates in PULL_REQUEST_TEMPLATE/ remain available
for anyone who wants a specific template via URL.

Closes #23

https://claude.ai/code/session_01VdFLjQPRxkWMY96TZBNHKp
@GageLawton GageLawton merged commit 6ea8514 into main May 26, 2026
2 checks passed
@GageLawton GageLawton deleted the fix/pr-template-autoload branch May 26, 2026 04:45
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.

Fix PR Templates to Automatically Load on New Pull Requests

2 participants