Skip to main content
Butt PR or Butt Pull Request is similar to "butt dial" or "pocket dial" but is when a person, usually an IT professional, such as a applications developer, accidently creates a "Pull Request" from their unlocked cell phone, tablet or computer.
Daniel just created a Pull Request to merge his POC branch in master! This must be an accident! Did he Butt PR this?
Butt PR by bytemaestro July 5, 2024
Butt PR mug front
Get the Butt PR mug.
See more merch

Madrid PR 

Real Madrid propaganda. Worse than Nazi or North Korean propaganda. They make the worst or most overrated players sound like the next Ronaldo (e.g. Arda Guler, Endrick) They infect medias making you think madrid is the greatest or “madrid did this first!” It’s gay as fuck. If Hitler had Madrid PR we would all be walking around with silly mustaches on.
“For fuck sake this madrid pr getting outta hand surely papa perez paid this nigga!😂😂😐”
Madrid PR by susmogus August 10, 2024
Related Words

L PR TRAINING

"L PR TRAINING" when a person says something VERY questionable to someone about something. (just scream it icl)
AI BRO, L PR TRAINING MA BRO😭😭😭
L PR TRAINING by J1ggzz's child October 27, 2025

Pixel Reapers AKA PR 

RS2 pure clan which started in 2006-2007. Owner of the clan is Scaprslayer. They were one of the best f2p main clan from 2007-2010, however they ended in early 2010. His clanchat is still active and you can always have someone to talk to there.
Pixel reapers AKA PR beats Bt and xo.. once again

Ex-LETI PR Manager McDeer

Grumpy Man.
"That dude is such an Ex-LETI PR Manager McDeer!"

Kristi Noem's PR team

Really mishandled that situation... I could have fixed it.... You're paying these people to do things and I am so much better than them....
Hym "Ohoho and fix it I could... The need to hire me for Kristi Noem's PR team... Honey, I would give you the world... All you have to do is let me out of the cage..."

drive-by pr

In software development changes to an existing code are handled via change requests called "pull-request" or "pr" for short. Contributors propose changes to the code in a "pr" and the maintainer of the code reviews those changes, asked for modifications, approves or denies the submission. A good practice is to keep changes small in those "prs", so that the reviewer can easily handle the workload.

A "drive-by pr" is when a contributor creates a "pr" that is (for whatever reason) very hard to review and loads off the responsibility to check/clean up the code changes fully to the maintainer. This pattern is most often done by automatic coding agents that are tasked by their user to fix problems at larger projects without much supervision. Those "prs" often contain thousands of lines of changes that the maintainer could not possibly go through in a reasonable amount of time and would therefore need to "trust" the contributor to not introduce any bugs.

In case of a "drive-by pr" (drive-by pull-request) maintainers are morally allowed to reject the pull-request without questions asked.
A maintainer gets a notification that a coworker of theirs created a pull-request for their project. The message of the coworker:

"Hey, I did a small change to the code. Nothing major, only some performance improvements. No need to check. Thanks, bye."

The maintainer takes a look at the changes: 6700 lines (20% of the total code base) changed, automatic tests fail. The maintainer to themself:

"F*ck you Jerry with your drive-by pr! Denied!"