Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 560 Bytes

contributing.md

File metadata and controls

14 lines (12 loc) · 560 Bytes

Contributing

With source code

  1. Fork the project (click on "Fork" in the project's page at GitHub)
  2. Clone the fork to your computer (git clone your-fork)
  3. Run npm i in the project's root folder
  4. Add your contribution
  5. Update readme.md whether you added new classes, i.e., describe them
  6. Run npm run build to update the dist folder
  7. Add tests to check your contribution (mandatory step)
  8. Run npm test to run the tests
  9. Commit and push.
  10. Create a Pull Request (click on "Pull Request" in your fork's page at GitHub)