aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-02-10 12:08:10 +0200
committerThanos Apollo <[email protected]>2024-02-10 12:08:10 +0200
commitbdb3d532308071cd912bfbf92963c9cabe79de7c (patch)
treeb4e0abc717a5e32f6e265678f2cccc69dc9ea681 /CONTRIBUTING.org
parent28b603bfc57788e25f8016a7771cedf372e5f3b5 (diff)
parent3172527a6a8f1297587cf1c90eaaf594b1009f68 (diff)
Version 2.1.2 Release: Merge branch '2.1.2-dev'
Diffstat (limited to 'CONTRIBUTING.org')
-rw-r--r--CONTRIBUTING.org31
1 files changed, 31 insertions, 0 deletions
diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org
new file mode 100644
index 0000000..6454f5d
--- /dev/null
+++ b/CONTRIBUTING.org
@@ -0,0 +1,31 @@
+#+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]>