Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 1.06 KB

Submitting Patches

To submit a patch, first learn to use git send-email by reading git-send-email.io, then read the SourceHut mailing list etiquette guide. You can send patches to my general purpose patches mailing list.

Please prefix the subject with [PATCH query]. To configure your checkout of this repo to always use the correct prefix and send to the correct list cd into the repo and run:

git config sendemail.to ~samwhited/patches@lists.sr.ht
git config format.subjectPrefix 'PATCH query'

License

Licensed under the BSD 2 Clause License (LICENSE or https://opensource.org/licenses/BSD-2-Clause)

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.