aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.org
blob: 109d52da4411cf4a1ab7469d2de6578502044722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#+title: Contributing | YeeTube
#+author: Thanos Apollo


* Sources
+ [[https://git.thanosapollo.org/yeetube][Upstream]]

* How To Contribute

Before starting to work on any big feature, that is not mentioned on
the [[Task List][Task List]], I recommend you to send me an email first.

** How to submit a PR?
+ Feel free to send me a patch, here's how to create one

#+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/


* Tasks
** DONE Add sorting for tabulated list views/date/title/duration
CLOSED: [2024-02-10 Sat 11:38]
+ With the help of Boruch Baum <[email protected]>

** Improve interactivity
+ Sort columns interactively

** Improve torsocks support
+ Use =socks= to route all traffic from =url= to tor, this should be an opt-in feature