Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 485 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 485 Bytes

Contributing

Develop your contribution

  1. Fork the library

  2. Run npm install to install dependencies

  3. Add your tests to the files in /tests

  4. To test your tests, run npm test

  5. When all your tests are passing, submit a pull request to the develop branch.

Pull request

  1. All pull requests should be submitted to the develop branch.

  2. Add yourself in the AUTHORS.md list (Alphabetically sorted)

  3. add a line in CHANGELOG.md to explain your changes