~vladh/hare-vulkan-hello-world

e3b25ea174851aeba15f8269c1566ba821706a72 — Vlad-Stefan Harbuz 4 months ago 7970b42 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 @@ 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/).