~vladh/hare-spapod

da17e08953cd97fe0ba8dad82e872adc45125bd7 — Vlad-Stefan Harbuz 4 months ago 3eaf0d7 main
add contributing section
1 files changed, 12 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +12 -0
@@ 13,3 13,15 @@ git subtree -P vendor/hare-spapod/ add https://git.sr.ht/~vladh/hare-spapod main
## Tests

There is a small test you can run with `make run`.

## Contributing

Send patches to `~vladh/general@lists.sr.ht` using subject prefix `[PATCH hare-spapod]`. For example:

```
git config sendemail.to '~vladh/general@lists.sr.ht'
git config format.subjectPrefix 'PATCH hare-spapod'
git send-email HEAD^
```

For more information, see [git-send-email.io](https://git-send-email.io/).