General catch-all for patches, questions, and discussions for Amolith's projects that don't have their own mailing list, like rārangi.
As stated all over sourcehut, please review the etiquette guide and make sure your client is set up properly prior to sending a patch.
#How to send patches
When posting patches to this list, please edit the [PATCH]
line to include the specific project you're contributing to, e.g.
[PATCH rarangi v2] list: use emoji checks
To configure a Git repository to use this list (replace <project>
with the project name):
git config sendemail.to "~amolith/public-inbox@lists.sr.ht"
git config format.subjectprefix "PATCH <project>"