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 DomoticzPlease consult http://www.domoticz.com/wiki/Developing_a_hardware_pluginfor the steps and instructions on how to add new hardware to Domoticz### Fixing BugsPlease base your bug fixes against the master branch. The master branch isconsidered the stable and is used for our releases.Please also use a descriptive commit message### Contributing new FeaturesOur advise before starting work on new features for Domoticz, is that you discussyour ideas on the forum. This helps ensure that your enhancementswill fits in with our direction for Domoticz, as well as meets a few requirementsaround our API and designs of the library interface.All changes should be based against the master branch, unless advised by aMaintainer to use a different branch.