From 444648825dcda2eb4cc5ece073a133f318d147f4 Mon Sep 17 00:00:00 2001 From: Mark Jordan Date: Thu, 5 Jul 2018 07:44:01 -0700 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index d296a93..f7b5b62 100644 --- a/README.md +++ b/README.md @@ -659,3 +659,19 @@ Sometimes configuration changes can have unexpected consequences. Therefore we a ### Clean your code Each pull request is tested using the Travis CI (continuous integration) system. This will check for code style and run any configured tests. You can perform these tasks locally before submitting your pull requests to avoid the issues later. + +## Meta (about this tutorial) + +### Maintainer + +* [Mark Jordan](https://github.com/mjordan) + +### Development and feedback + +Questions, suggestions, and typo corrections are welcome. Please open an issue if you have any. + +Pull requests are also welcome, but please open an issue before creating a pull request. + +### License + +* [GPLv3](http://www.gnu.org/licenses/gpl-3.0.txt)