summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2018-01-11 19:26:11 -0800
committerJames Nguyen <james@jojojames.com>2018-01-11 19:26:11 -0800
commit0e0f007768d4d1065c6e4e0819b52c4bfbce5540 (patch)
treea64d71b14f49adc35120ffe84013abe238905250 /readme.org
parent7bf7363865e598376aa23b14c50ae3ea9f440bf5 (diff)
Add quick snippet about contributing
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.org b/readme.org
index 02cd70e..1e5e2d9 100644
--- a/readme.org
+++ b/readme.org
@@ -407,3 +407,12 @@ Other references:
#+LINK: evil-mu4e https://github.com/JorisE/evil-mu4e
#+LINK: mu4e https://www.djcbsoftware.nl/code/mu/mu4e.html
#+LINK: lispyville https://github.com/noctuid/lispyville
+** Contributing
+ Please do!
+
+ We welcome any additional modes that are not already supported.
+
+ All bindings in ~evil-collection~ are still open to change so if there's
+ a better or more consistent binding, please open an issue or submit a PR.
+
+ Follow [[https://github.com/bbatsov/emacs-lisp-style-guide/][The Emacs Lisp Style Guide]] for coding conventions.