Working on other people’s PRs

This commit is contained in:
Max Howell 2023-02-26 09:35:02 -05:00
parent e12630ce94
commit 595af0c2f1
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -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 Peoples 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 GitHubs CLI:
```
$ gh pr checkout 123
# or you can copy paste the URL
$ gh pr checkout https://github.com/teaxyz/pantry.extra/pull/123
```