Sending patches

To contribute to Hare, send a patch to the hare-dev mailing list.

Formatting patches

We use git send-email for preparing patches. A tutorial on its use is available at git-send-email.io.

Git configuration

It is recommended to configure your git repos like so to make sending patches easier:

git config sendemail.to '~sircmpwn/hare-dev@lists.sr.ht`
git config format.subjectPrefix "PATCH $(basename $PWD)"