mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
Working on other people’s PRs
This commit is contained in:
parent
e12630ce94
commit
595af0c2f1
1 changed files with 12 additions and 0 deletions
12
README.md
12
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
|
released* (usually starting the builds within seconds). There is no need to
|
||||||
submit PRs for updates.
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue