Skip to content

Latest commit

 

History

History
executable file
·
33 lines (22 loc) · 1.64 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
33 lines (22 loc) · 1.64 KB

/ Wiki Pages / Documentation / FAQ / Demos / Changes Log

npm downloads Build Status: Linux

Contributors

  1. Muaz Khan
  2. Alexey Kucherenko
  3. Yuri
  4. Dmitry
  5. +Your Name

Rules to Contribute

git clone --depth=50 --branch=master git://github.com/muaz-khan/RTCMultiConnection.git muaz-khan/RTCMultiConnection

# install all dependencies
npm install

# install grunt for code style verifications
npm install grunt-cli
npm install grunt

# verify your changes
npm test  # or "grunt"

# Success? Make a pull request!

License

RTCMultiConnection is released under MIT licence . Copyright (c) Muaz Khan.