add README.md file

This commit is contained in:
Marko Oldenburg 2019-06-04 21:29:03 +02:00
parent 94a1ff78f8
commit 62b6d59c95

18
README.md Normal file
View File

@ -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 <MODULE_NAME>`) 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.