Skip to content

Commit

Permalink
Add GitHub files
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmocuz committed Dec 3, 2016
1 parent da82cec commit ec31cff
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### Issue Guidelines

Before opening a new issue, please review the following:
* The Github Issues is for Domoticz CODE Bugs only. Please do not use this for general questions, howto, or this is not working conversations. If you have a question, please post to our forum at https://www.domoticz.com/forum
* Please use the search feature to see if your issues have been raised or addressed first.
* First try to update to the latest beta version.
* Always state your version when reporting code related issues
* Often we will require Log Files and Screenshots to help diagnose the issue.


0 comments on commit ec31cff

Please sign in to comment.