Contributing to blr
Patches are welcome. Submit them via email to ~nathanielc/blr-devel@lists.sr.ht.
For instructions on configuring git send-email, see here.
Here’s a quick start:
-
Set your global SMTP settings:
git config --global sendemail.smtpHost smtp.example.com git config --global sendemail.smtpUser your@email.com git config --global sendemail.smtpPass yourpassword -
Set the mailing list address for this repo:
git config sendemail.to ~nathanielc/blr-devel@lists.sr.htBoth of these settings only need to be done once.
-
Send your patch:
git send-email HEAD^git send-emailwill generate the patch from your latest commit automatically and send it.Expect feedback and all communication about the patch in reply to your email.
-
Send updated patch after you have made any changes:
git send-email -v2 HEAD^
Bug Reports & Tickets
Found a bug or have a feature request? Search for existing tickets first:
https://todo.sr.ht/~nathanielc/blr
If you don’t find a matching ticket, submit a new one using the same link.
Announcements
Subscribe to ~nathanielc/blr-announce@lists.sr.ht to follow updates on
the project. Send an empty email to
~nathanielc/blr-announce+subscribe@lists.sr.ht to subscribe.