🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit d8a69c0cc5bd642ad5d325bd5709ffce2a104c50
Parent: 7b87cde4d2b52f429706fc0a99ca3395b7d21c82
Author: mcol <mcol@posteo.net>
Date: 2021-11-26 20:56:00 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-26 20:57:31 +0000

update readme

README.rst Modified

@@ -25,21 +25,20 @@
 Contributing
 ------------
 
-If you've come across a bug feel free to `open an issue`_.
-
+If you've come across a bug or have a question feel free to `open an issue`_.
 Pull requests are also warmly welcome if you have any suggested improvements or
-fixes.
+fixes. Please format code with fourmolu_'s defaults, use hlint_, and make sure
+``test/test.sh`` is happy.
 
 Meta
 ----
 
-Development hosted @ https://github.com/m-col/gitserve.
-
-Written by Matt Colligan - mcol@posteo.net
-
-Distributed under the MIT license. See ``LICENSE`` for more information.
+Development hosted @ https://github.com/m-col/gitserve. Written by Matt
+Colligan and `licensed MIT<LICENSE>`_.
 
 .. _Jinja: https://jinja.palletsprojects.com
 .. _stagit: https://codemadness.org/git/stagit
 .. _ginger: https://ginger.tobiasdammers.nl
 .. _`open an issue`: https://github.com/m-col/gitserver/issues/new
+.. _fourmolu: https://github.com/fourmolu/fourmolu
+.. _hlint: https://github.com/ndmitchell/hlint