From 0e0f007768d4d1065c6e4e0819b52c4bfbce5540 Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Thu, 11 Jan 2018 19:26:11 -0800 Subject: [PATCH] Add quick snippet about contributing --- readme.org | 9 +++++++++ 1 file changed, 9 insertions(+) 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.