Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 624 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 624 Bytes

Instructions

These steps will guide you through contributing to this project:

  • Fork the repo
  • Clone it and install dependencies
$ git clone https://github.com/stepanvanzuriak/Finite
$ npm install

Make and commit your changes. Make sure all examples in example folder are working (update examples if needed).

Finally send a GitHub Pull Request with a clear list of what you've done (read more about pull requests). Make sure all of your commits are atomic (one feature per commit).