From 595af0c2f1d20e851c2297f8783a1b22803db84e Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sun, 26 Feb 2023 09:35:02 -0500 Subject: [PATCH] =?UTF-8?q?Working=20on=20other=20people=E2=80=99s=20PRs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 4e14e478..1c48ad62 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,18 @@ tea automatically builds new releases of packages *as soon as they are released* (usually starting the builds within seconds). There is no need to submit PRs for updates. +## Working on Other People’s Pull Requests + +Packaging can be fiddly so we all pitch in. If you want to help someone else +with their pull request then you can use GitHub’s CLI: + +``` +$ gh pr checkout 123 + +# or you can copy paste the URL +$ gh pr checkout https://github.com/teaxyz/pantry.extra/pull/123 +``` +