From 3e4c2adcd3b09fff25e38368b99196fa912d508c Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Thu, 28 Mar 2024 06:35:48 +0100 Subject: [PATCH] add README.md --- 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..6a28a37 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# FHEM::Installer + +## Used branching model +* Master branch: Production version (copy of [fhem/fhem-mirror/blob/master/fhem/FHEM/98_Installer.pm](https://github.com/fhem/fhem-mirror/blob/master/fhem/FHEM/98_Installer.pm)) +* Devel 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 determined 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/GardenaSmart/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 whether it is going to be part of the module in a future release.