Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

27 lines (20 loc) · 1.14 KB

Contributing to AniJS

AniJS is like a little girl, she needs hungry and foolish community people to grow up healthy. All your issues, pull requests and stars ;) are welcome.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Test your changes.
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :D

Testing your changes

AniJS uses the Jasmine Behavior Driven Development testing framework.

  • Open test/jasmine-standalone/SpecRunner.html in a browser and then run the tests.

  • You can add your own tests spec in test/jasmine-standalone/spec.

Please take a look to Jasmine Documentation for further information.

Pull Request Requirements

  • Complete inline code comments
  • Unit tests with 80% line coverage
  • Proper commit logs