awesome-for-beginners icon indicating copy to clipboard operation
awesome-for-beginners copied to clipboard

Unclear to beginners what PR stands for

Open zdrummon opened this issue 4 years ago • 1 comments

PR is a good acronym but should not be in the title due to inaccessibility for new programmers. When I landed on this page I had no idea what PR meant and it seemed very strange to use an acronym in the title of something targeted at beginners.

zdrummon avatar Oct 25 '21 06:10 zdrummon

PR stands for pull requests which are unclear to beginners sometimes especially if you belong to the no-code background.i myself had some issue at the first time while listening it for the first time.for more explanation Pull requests let you tell others about changes you've pushed to a branch in a repository on GitHub. Once a pull request is opened, you can discuss and review the potential changes with collaborators and add follow-up commits before your changes are merged into the base branch.

keshav-rockwinder avatar Oct 01 '22 18:10 keshav-rockwinder