summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.org
blob: 7318f5e96fbd8ddbca779ddb7207c0bc8e9ba20d (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#+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/<repo>.git && cd <repo>
$ 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/