From 099c3c672d48158c7cd860338e86521f8529a344 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 9 Feb 2024 18:25:05 +0200 Subject: Add CONTRIBUTING.org --- CONTRIBUTING.org | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CONTRIBUTING.org (limited to 'CONTRIBUTING.org') diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org new file mode 100644 index 0000000..c5d7ae3 --- /dev/null +++ b/CONTRIBUTING.org @@ -0,0 +1,29 @@ +#+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/.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/ + + +* Tasks +** TODO Add sorting for tabulated list views/date/title/duration -- cgit v1.2.3 From 6203d10e395d2a12829ab8db57bb4c723a6d6e53 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 10 Feb 2024 11:42:28 +0200 Subject: contributing: Mark task done & add credits --- CONTRIBUTING.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CONTRIBUTING.org') diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org index c5d7ae3..6454f5d 100644 --- a/CONTRIBUTING.org +++ b/CONTRIBUTING.org @@ -26,4 +26,6 @@ $ git format-patch HEAD^1 * Tasks -** TODO Add sorting for tabulated list views/date/title/duration +** DONE Add sorting for tabulated list views/date/title/duration +CLOSED: [2024-02-10 Sat 11:38] ++ With the help of Boruch Baum -- cgit v1.2.3