.. _sending-patches: 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: .. code-block:: git config sendemail.to '~sircmpwn/hare-dev@lists.sr.ht` git config format.subjectPrefix "PATCH $(basename $PWD)"