@@ -126,11 +126,12 @@ You'll be prompted once per project to allow hooks; permissions are stored in
## Contributions
-Patch requests are in [amolith/wt](https://pr.pico.sh/r/amolith/wt) on-[pr.pico.sh](https://pr.pico.sh). You don't need a new account to contribute,-you don't need to fork this repo, you don't need to fiddle with `git-send-email`, you don't need to faff with your email client to get `git-request-pull` working...
+Patch requests are in
+[amolith/catchall](https://pr.pico.sh/r/amolith/catchall) on
+[pr.pico.sh](https://pr.pico.sh). You don't need a new account to
+contribute, you don't need to fork this repo, you don't need to fiddle
+with `git send-email`, you don't need to faff with your email client to
+get `git request-pull` working...
You just need:
@@ -141,11 +142,11 @@ You just need:
```
# Clone this repo, make your changes, and commit them
# Create a new patch request with
-git format-patch origin/main --stdout | ssh pr.pico.sh pr create amolith/wt
+git format-patch origin/main --stdout | ssh pr.pico.sh pr create amolith/catchall
# After potential feedback, submit a revision to an existing patch request with
git format-patch origin/main --stdout | ssh pr.pico.sh pr add {prID}
# List patch requests
-ssh pr.pico.sh pr ls amolith/wt
+ssh pr.pico.sh pr ls amolith/catchall
```
See "How do Patch Requests work?" on [pr.pico.sh](https://pr.pico.sh)'s home