~williewillus/racket-libraries

Readme-holder for https://sr.ht/~williewillus/racket-libraries

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~williewillus/racket-libraries
read/write
git@git.sr.ht:~williewillus/racket-libraries

You can also use your local clone with git send-email.

#williewillus' Racket libraries

#About

This SourceHut project houses ~williewillus's various Racket libraries. You can see a list of all of them by clicking the "sources" tab. You can view open tickets by clicking the "tickets" tab.

#Contributing

Please email the mailing list if you have any discussion questions or patches you would like to contribute.

You can learn about the patch workflow here. In most cases, it's as easy as setting proper smtp settings, then doing the following:

$ git clone <repo> && cd <repo>
$ git config format.subjectPrefix "PATCH <repo>"  # Tell us which repo the patches are for
$ git checkout -b my-feature
$ emacs <files>  # do some work
$ git send-email --to="~williewillus/racket-libraries@lists.sr.ht" master  # Add -v2, -v3, ... when iterating on further versions of the same change request

which will email all commits between master and my-feature to the mailing list.

Do not spam commits with minor revisions, use git commit --amend to rewrite your commits into a neat series of understandable steps before sending the patches.

#Contact

If you have quick questions, I often reachable on the #racket channel on the libera.chat IRC network. You can join from a browser here. I might not always be online.

In that case, or for deeper discussion about the projects themselves, please use the mailing list.