From 65141b350107c71e8ceb681d3d214014f216f43d Mon Sep 17 00:00:00 2001 From: Vlad-Stefan Harbuz Date: Wed, 1 May 2024 21:17:53 +0100 Subject: [PATCH] add contributing section --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 57783f8..c619c8f 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,15 @@ Dependencies: * [hare-wayland](https://git.sr.ht/~sircmpwn/hare-wayland) * [hare-xml](https://git.sr.ht/~sircmpwn/hare-xml) * [pixbuf](https://git.sr.ht/~sircmpwn/pixbuf) + +## Contributing + +Send patches to `~vladh/general@lists.sr.ht` using subject prefix `[PATCH hello-hare-wl]`. For example: + +``` +git config sendemail.to '~vladh/general@lists.sr.ht' +git config format.subjectPrefix 'PATCH hello-hare-wl' +git send-email HEAD^ +``` + +For more information, see [git-send-email.io](https://git-send-email.io/). -- 2.45.2