commit a6d86f290bfbed5e1e248a991a77e2da3cd5ebf8
parent 914a3d6b95c34517b2011a1d06a03c2b4a248734
Author: Daniel Moch <daniel@danielmoch.com>
Date: Sat, 8 Dec 2018 19:10:10 -0500
Add git-format-patch comment
Diffstat:
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.rst b/README.rst
@@ -109,7 +109,10 @@ Contributing
Pull requests are welcome, preferably via emailed output of ``git
request-pull`` sent to the maintainer (see here_ for more information).
-Bug reports should also be directed to the maintainer via email.
+Bug reports should also be directed to the maintainer via email_.
+
+If you aren't hosting a fork anywhere online, you can also send patches
+using ``git format-patch`` (again, see `the official documentation`_ ).
Releases
--------
@@ -143,3 +146,5 @@ Schauenberg and the notes_db.py module from nvpy_ by Charl P. Botha.
.. _wheel: https://pythonwheels.com/
.. _PyPI: https://pypi.org/project/nncli/
.. _keyserver: https://pgp.mit.edu/pks/lookup?op=get&search=0x323C9F1784BDDD43
+.. _email: daniel@danielmoch.com
+.. _the official documentation: https://www.git-scm.com/docs/git-format-patch