chore: remove repo-level PR template - #52
Merged
Merged
Conversation
jamesnrokt
marked this pull request as ready for review
September 17, 2026 19:45
PR SummaryLow Risk Overview This change allows newly created pull requests in this repository to automatically inherit and fall back to the organization-wide default pull request template. Reviewed by Cursor Bugbot for commit 0cb5590. Bugbot is set up for automated code reviews on this repo. Configure here. |
jamesnrokt
marked this pull request as draft
September 17, 2026 19:56
jamesnrokt
marked this pull request as ready for review
September 17, 2026 19:58
nickolas-dimitrakas
approved these changes
Sep 17, 2026
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.
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 standalone request (2026-09-16) from the repo owner to remove repo-level PR template overrides across every
mParticle-org repo owned by* @mParticle/sdk-team, so each one falls back to the org-wide default. No ticket.Checked: confirmed the PR-title and PR-branch-prefix checks referenced by the deleted template are still enforced via
.github/workflows/reusable-workflows.ymlregardless of the template text; confirmed no other 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, 13 lines removed, 1 file deleted.
Generated: none.