summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-10-09 06:42:27 +0300
committerThanos Apollo <[email protected]>2024-10-09 06:42:27 +0300
commit0104392c055b4e2864dc4346df28a4e8a0e4051d (patch)
tree503fc308b36f2d6f5cd10936e77869caef13fe21
parent09fb895a97704139d957a1f7cd1d64fb81df90da (diff)
Remove CONTRIBUTING.
-rw-r--r--CONTRIBUTING.org24
1 files changed, 0 insertions, 24 deletions
diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org
deleted file mode 100644
index 6b617a1..0000000
--- a/CONTRIBUTING.org
+++ /dev/null
@@ -1,24 +0,0 @@
-#+title: Contributing | Gnosis
-#+author: Thanos Apollo
-
-
-* Sources
-+ [[https://git.thanosapollo.org/gnosis][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/