···6161</formatted-commit_example>
6262```
63636464+## Contributions
6565+6666+Patch requests are in [amolith/llm-projects] on [pr.pico.sh]. You don't need a
6767+new account to contribute, you don't need to fork this repo, you don't need to
6868+fiddle with `git send-email`, you don't need to faff with your email client to
6969+get `git request-pull` working...
7070+7171+You just need:
7272+7373+- Git
7474+- SSH
7575+- An SSH key
7676+7777+```sh
7878+# Clone this repo, make your changes, and commit them
7979+# Create a new patch request with
8080+git format-patch origin/main --stdout | ssh pr.pico.sh pr create amolith/llm-projects
8181+# After potential feedback, submit a revision to an existing patch request with
8282+git format-patch origin/main --stdout | ssh pr.pico.sh pr add {prID}
8383+# List patch requests
8484+ssh pr.pico.sh pr list amolith/llm-projects
8585+```
8686+8787+See "How do Patch Requests work?" on [pr.pico.sh]'s home page for a more
8888+complete example workflow.
8989+9090+[amolith/llm-projects]: https://pr.pico.sh/r/amolith/llm-projects
9191+[pr.pico.sh]: https://pr.pico.sh
9292+6493## Usage
65946695```text