Reporting bugs ============== Please submit bugs to our issue tracker here: https://todo.sr.ht/~jb55/cmdtree You can also send questions to the public mailing list: To: ~jb55/public-inbox@lists.sr.ht Subject: [cmdtree] Contributing code ================= Feel free to email patches to: ~jb55/public-inbox@lists.sr.ht Use git-format-patch and git-send-email. Getting started --------------- replace with your branch: mkdir -p patches/ git config format.subjectPrefix 'PATCH cmdtree' Sending a patch --------------- replace with your branch git format-patch --output-directory=patches/ \ --cover-letter \ # (optional) ^ $EDITOR 0000-cover-letter.patch # (optional) git send-email --to="~jb55/public-inbox@lists.sr.ht" \ patches//*.patch