From e3b25ea174851aeba15f8269c1566ba821706a72 Mon Sep 17 00:00:00 2001 From: Vlad-Stefan Harbuz Date: Wed, 1 May 2024 21:13:55 +0100 Subject: [PATCH] add contributing section --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index b51b14e..f45d8ce 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,15 @@ The bindings were generated with: * Install Vulkan * Run `make run` to run the demo + +## Contributing + +Send patches to `~vladh/general@lists.sr.ht` using subject prefix `[PATCH hare-vulkan-hello-world]`. For example: + +``` +git config sendemail.to '~vladh/general@lists.sr.ht' +git config format.subjectPrefix 'PATCH hare-vulkan-hello-world' +git send-email HEAD^ +``` + +For more information, see [git-send-email.io](https://git-send-email.io/). -- 2.45.2