On Thu, Oct 23, 2025 at 06:01:19AM +0000, Srayan Jana wrote: > > Cool! How would I submit a pull request? There isn't a > Github/Gitlab/Codeberg, and I've never doing a patch in a mailing list before
The code for CRUNCH is in our subversion repository, see the egg manual for the URL. It may seem a bit archaic if you're used to git, but with svn you can make a checkout and then work on it and when you're done, type "svn diff" to get a patch, which you can send as an attachment to this mailing list, or to Felix (the author) directly. It's not that different from git's send-patch support, really. The only disadvantage is that you can't easily make WIP commits or maintain your own branch (unless you get write access to the repo). But you can always import the code into a local git repo and work on it that way. Cheers, Peter
