What is a PR in Angular parlance?

angularjs

Solution

It's not really Angular parlance, but github parlance:

PR stands for pull request

Problem

I often see the term PR appear in Angular circles, for example on this contribution checklist. Its definition is Google resistant, however, since it's an overloaded acronym. From an Angular perspective, what does PR mean?

Original source