Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 1.09 KB

Contribution Guide

This document describes some points about contribution process for this project. The project is being developed within community. Maintainer merges pull-requests, fixes critical bugs.

The maintainers of the project are:

General notes

  • In lieu of a formal styleguide, take care to maintain the existing coding style and please do follow idiomatic.js
  • Add unit tests for any new or changed functionality.
  • Lint and test your code using npm test.

And please:

Always run npm test before sending a PR

Sending Pull-Requests

If you fixed or added something useful to the project, you can send pull-request. It will be reviewed by maintainer and accepted, or commented for rework, or declined. If you a new and don't know what you should do to send a PR, please see this tutorial

Before sending you Pull Request please don't forget to check your code with npm test. PR that don't pass tests will not be accept