From ae695b27e4e256217939351c4ae2f5748fde6e9e Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Tue, 4 Jun 2019 22:11:29 +0200 Subject: [PATCH] add README.md file --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c97d081 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# FHEM::AutoShuttersControl + +## Used branching model +* Master branch: Production version (copy of [fhem/fhem-mirror/blob/master/fhem/FHEM/73_AutoShuttersControl.pm](https://github.com/fhem/fhem-mirror/blob/master/fhem/FHEM/73_AutoShuttersControl.pm)) +* Dev branch: Latest development version + +## Community support +The FHEM Forum is available [here](https://forum.fhem.de/) for general support. +In case you have a specific question about this module, it is recommended to find the right sub-forum. +It can either be found from the module info card using the FHEM Installer (e.g. using command `search `) or it can be determine from the [MAINTAINER.txt](https://github.com/fhem/fhem-mirror/blob/master/fhem/MAINTAINER.txt) file. + +## Bug reports and feature requests +Identified bugs and feature requests are tracked using [Github Issues](https://github.com/fhem/AutoShuttersControl/issues). + +## Pull requests / How to participate into development +You are invited to send pull requests to the devel branch whenever you think you can contribute with some useful improvements to the module. The module maintainer will review you code and decide wether it is going to be part of the module in a future release.