From f0c739c94c04ff923a4cd82a1af85dacaa7495b1 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sun, 3 Apr 2016 20:27:55 +0200 Subject: [PATCH] Add Contributing. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 4c18474d..3648d086 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,16 @@ Things that still have to be implemented or changed. - **[MMM-Facial-Recognition by PaViRo](https://github.com/paviro/MMM-Facial-Recognition)**
Facial recognition and module swapping based on the current user ... - **[MMM-Wunderlist by PaViRo](https://github.com/paviro/MMM-Wunderlist)**
Displays your Wunderlist todos on your mirror ... + +##Contributing +Contributions of all kinds are welcome, not only in the form of code but also with regards bug reports and documentation. + +But please keep the following in mind: + +- **Bug reports**: Make sure you're running the latest version. If the issue still persist: please open a clearly documented issue with a clear title. +- **Minor bug fixes**: Please send a pull request with a clear explanation of the issue or a link to the isssue it solves. +- **Major bug fixes**: please discuss your approach in an github issue before you start to alter a big part of the code. +- **New features**: please please discuss in an github issue before you start to alter a big part of the code. Without discussion upfront, pull request will not be accepted / merged. + +Thanks for your help in making Magic Mirror better! +