diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f8466a --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Weather + +## Used branching model +* Master branch: Production version (copy of [fhem/fhem-mirror/blob/master/fhem/FHEM/59_Weather.pm](https://github.com/fhem/fhem-mirror/blob/master/fhem/FHEM/59_Weather.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 +This module is a sub-module of [Weather](https://github.com/fhem/Weather). +Identified bugs and feature requests are tracked using [Github Issues](https://github.com/fhem/Weather/issues) for that module. + +## Pull requests / How to participate into development +This module is a sub-module of [Weather](https://github.com/fhem/Weather). +Follow the pull request information of the [README.md](https://github.com/fhem/Weather/blob/devel/README.md) file of that module.