Adding contributing section to README files
2 files changed, 80 insertions(+), 4 deletions(-)

M README.md
M README.rst
M README.md +35 -0
@@ 422,6 422,41 @@ And you should see:
     py38-django3.0: commands succeeded
     congratulations :)
 
+# Contributing
+
+We accept patches submitted via `hg email` which is the `patchbomb` extension
+included with Mercurial.
+
+Please see our [contributing document][cdoc] for more information.
+
+The mailing list where you submit your patches is
+`~petersanchez/public-inbox@lists.code.netlandish.com`. You can also view the
+archives on the web here:
+
+https://lists.code.netlandish.com/~petersanchez/public-inbox
+
+To quickly setup your clone of `django-impersonate` to submit to the mailing
+list just edit your `.hg/hgrc` file and add the following:
+
+    [email]
+    to = ~petersanchez/public-inbox@lists.code.netlandish.com
+
+    [patchbomb]
+    flagtemplate = "django-impersonate"
+
+    [diff]
+    git = 1
+
+We have more information on the topic here:
+
+- [Contributing][cdoc]
+- [Using email with Mercurial][hgemail]
+- [Mailing list etiquette][etiquette]
+
+[etiquette]: https://man.code.netlandish.com/lists/etiquette.md
+[hgemail]: https://man.code.netlandish.com/hg/email.md
+[cdoc]: https://man.code.netlandish.com/contributing.md
+
 Copyright & Warranty
 ====================
 

          
M README.rst +45 -4
@@ 1,9 1,12 @@ 
 django-impersonate |nlshield|
-=============================
+-----------------------------
 
-:Info: Simple application to allow superusers to "impersonate" other non-superuser accounts.
-:Version: 1.5.1
-:Author: Peter Sanchez (http://www.petersanchez.com)
+Simple application to allow superusers to "impersonate" other
+non-superuser accounts.
+
+**Version:** 1.5.1
+
+**Author:** Peter Sanchez (http://www.petersanchez.com)
 
 Python / Django Support
 =======================

          
@@ 488,6 491,44 @@ And you should see:
     py38-django3.0: commands succeeded
     congratulations :)
 
+Contributing
+============
+
+We accept patches submitted via ``hg email`` which is the ``patchbomb``
+extension included with Mercurial.
+
+Please see our `contributing
+document <https://man.code.netlandish.com/contributing.md>`__ for more
+information.
+
+The mailing list where you submit your patches is
+``~petersanchez/public-inbox@lists.code.netlandish.com``. You can also
+view the archives on the web here:
+
+https://lists.code.netlandish.com/~petersanchez/public-inbox
+
+To quickly setup your clone of ``django-impersonate`` to submit to the
+mailing list just edit your ``.hg/hgrc`` file and add the following:
+
+::
+
+    [email]
+    to = ~petersanchez/public-inbox@lists.code.netlandish.com
+
+    [patchbomb]
+    flagtemplate = "django-impersonate"
+
+    [diff]
+    git = 1
+
+We have more information on the topic here:
+
+-  `Contributing <https://man.code.netlandish.com/contributing.md>`__
+-  `Using email with
+   Mercurial <https://man.code.netlandish.com/hg/email.md>`__
+-  `Mailing list
+   etiquette <https://man.code.netlandish.com/lists/etiquette.md>`__
+
 Copyright & Warranty
 ====================