chore: remove repo-level PR template - #395
Conversation
PR SummaryLow Risk Overview Reviewed by Cursor Bugbot for commit c2000ec. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
🟢 Approval recommended
The change is isolated to deleting the override, with no remaining repository references.
Pull request overview
Removes the repository-specific pull request template so GitHub uses the organization-wide default.
Changes:
- Deletes
.github/PULL_REQUEST_TEMPLATE.md. - Confirmed no workflow references the removed template.
File summaries
| File | Description |
|---|---|
.github/PULL_REQUEST_TEMPLATE.md |
Removes the repository-level PR template override. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Why
This repo carries its own
.github/PULL_REQUEST_TEMPLATE.md, which GitHub prefers over the org-wide default template published inmParticle/.github. That means new PRs here silently skip the shared template every other@mParticle/sdk-team-owned repo is meant to use. Once this lands, opening a new PR here shows the same org-wide template contributors see everywhere else.Programme
Standalone change, no programme.
What changes
Deletes
.github/PULL_REQUEST_TEMPLATE.md. Nothing else changes. New PRs opened against this repo now fall back to the org-wide default atmParticle/.github(.github/PULL_REQUEST_TEMPLATE.MD).Linked work
None.
Rollout
Nothing changes in production; if this is wrong, revert the pull request.
Risks
Risk class: low.
Who
Written by: automated coding agent (Claude Code), on behalf of the requesting engineer — standalone repo-hygiene request, no linked ticket.
Code reviewed before opening: an independent review agent, before the commit was made.
Design reviewed before opening: no one.
Decision this implements: a repo-hygiene request from the repo owner to drop this repo's PR template override so it falls back to the org-wide default. No ticket, no linked record.
Checked: confirmed no file under
.github/workflows/referencesPULL_REQUEST_TEMPLATE; confirmedmParticle/.githubpublishes an org-wide default template.Not checked: nothing else touched, nothing else to check.
Size
Hand-written: 0 lines added, 8 lines removed, 1 file deleted.
Generated: none.