Before continuing, please note that this site has a Code of Conduct.

Code of Conduct

Contribute a patch via git and email

Checkout the main branch, create a new branch, make your change,

commit it, and create a patch ready for email:

git checkout https://alexschroeder.ch/cgit/elpher
cd elpher
git checkout -b fix-typo
emacs elpher.el
git add elpher.el
git commit -m "Fixed some typos"
git send-email --to="alex@alexschroeder.ch" HEAD^

Use a better commit message, perhaps. 😁

Here’s a nice, interactive tutorial you can play through:

https://git-send-email.io/

Contribute a patch via git and a public repository

If you have a public repository somewhere, feel free to send an email to alex@alexschroeder.ch with a link to the branch you’d like me to merge. There are plenty of services offering free git repositories for free software:

Codeberg

Source Hut

Pluse the usual big players: GitHub and Gitlab, and probably more.

Contribute a fix by creating an issue page

Create an issue page, describe what you did, what you saw, and what you expected to see, may include some ideas of how to improve it, and save it. Perhaps somebody else can take a look.

Issues