diff options
author | Thanos Apollo <[email protected]> | 2024-02-09 18:25:05 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-09 18:39:20 +0200 |
commit | 099c3c672d48158c7cd860338e86521f8529a344 (patch) | |
tree | 16c4fd618ed1fee0cac4d856de4a56469bc2f4c0 | |
parent | e86aa36f36ee009d39bdb6827c7931f1bad191ba (diff) |
Add CONTRIBUTING.org
-rw-r--r-- | CONTRIBUTING.org | 29 | ||||
-rw-r--r-- | yeetube.el | 2 |
2 files changed, 29 insertions, 2 deletions
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/<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 +** TODO Add sorting for tabulated list views/date/title/duration @@ -7,8 +7,6 @@ ;; URL: https://git.thanosapollo.org/yeetube ;; Version: 2.1.2-dev - - ;; Package-Requires: ((emacs "27.2") (compat "29.1.4.2")) ;; This program is free software; you can redistribute it and/or modify |