Subversion Repositories rld.domoticz

Rev

Blame | Last modification | View Log | Download

Contributing to Domoticz
=========================

Thanks for considering to contribute to the Domoticz Development!
Here are a few tips to help you get started:

### Contributing New Hardware to Domoticz
Please consult http://www.domoticz.com/wiki/Developing_a_hardware_plugin
for the steps and instructions on how to add new hardware to Domoticz

### Fixing Bugs
Please base your bug fixes against the master branch. The master branch is
considered the stable and is used for our releases. 

Please also use a descriptive commit message

### Contributing new Features
Our advise before starting work on new features for Domoticz, is that you discuss
your ideas on the forum. This helps ensure that your enhancements
will fits in with our direction for Domoticz, as well as meets a few requirements
around our API and designs of the library interface. 

All changes should be based against the master branch, unless advised by a
Maintainer to use a different branch.