diff --git a/pr.md b/pr.md index 0b8fd28e7..59e0e75ba 100644 --- a/pr.md +++ b/pr.md @@ -1,6 +1,8 @@ # PR -- A Pull Request. A flow in which one person requests that a change they've made in a fork of a [[git]] repository is incorporated into another branch. -- The usual way to contribute patches to projects in [[git]]. -- A [[github]] concept, not core to [[git]] proper. +- A [[pull request]]. + - A flow in which one person requests that a change present in a branch of a [[git]] repository is incorporated into another [[branch]], usually the [[main]] of some [[repository]]. + - The usual way to contribute meaningful changes to projects in [[modern day open source]]. + - A [[diff]]. +- A concept in the [[gitlab]]/[[github]] layer, not core to [[git]] proper. It usually involves a [[review flow]].