Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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:

  1. 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
    
  2. Set the mailing list address for this repo:

    git config sendemail.to ~nathanielc/blr-devel@lists.sr.ht
    

    Both of these settings only need to be done once.

  3. Send your patch:

    git send-email HEAD^
    

    git send-email will generate the patch from your latest commit automatically and send it.

    Expect feedback and all communication about the patch in reply to your email.

  4. 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.