@conduitvc/mosca
Version:
MQTT broker as a module
43 lines (29 loc) • 1.18 kB
Markdown
Contributing
============
The main development is on GitHub at http://github.com/mcollina/mosca.
In order to contribute, fork the repo on github and send a pull requests with topic branches.
Do not forget to provide specs for your contribution.
Contact the lead dev
--------------------
You can reach [@matteocollina](http://twitter.com/matteocollina) on
twitter of via email at hello@matteocollina.com.
Running specs
-------------
* Fork and clone the repository
* Run `npm install`
* Run `npm test`
Coding guidelines
----------------
Follow [felix](http://nodeguide.com/style.html) guidelines.
This project use [JSHint](http://www.jshint.com/) to validate the
source code formatting with a pre commit hook: please respect that.
Contribution License Agreement
----------------
Project license: MIT
* You will only Submit Contributions where You have authored 100% of
the content.
* You will only Submit Contributions to which You have the necessary
rights. This means that if You are employed You have received the
necessary permissions from Your employer to make the Contributions.
* Whatever content You Contribute will be provided under the Project
License.