#+title: Contributing | YeeTube #+author: Thanos Apollo * Sources + [[https://git.thanosapollo.org/yeetube][Upstream]] + [[https://codeberg.org/ThanosApollo/emacs-yeetube][Codeberg]] (mirror) * How To Contribute ** How to send a patch? #+begin_src bash $ git clone https://git.thanosapollo.com/.git && cd $ emacs something $ git add something $ git commit -m "Fix something" $ git format-patch HEAD^1 0001-Fix-something.patch #+end_src /You can find my email on the git log/