From da17e08953cd97fe0ba8dad82e872adc45125bd7 Mon Sep 17 00:00:00 2001 From: Vlad-Stefan Harbuz Date: Wed, 1 May 2024 21:17:18 +0100 Subject: [PATCH] add contributing section --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6d9577e..6871604 100644 --- a/README.md +++ b/README.md @@ -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/). -- 2.45.2