Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

47 lines (26 loc) · 1.15 KB

Contributing

Thanks for your interest in contributing! Your pull requests are welcome!

Getting started

Installation

Magica11y uses Yarn to manage dependencies on this project. You can install dependencies using…

$ yarn

Tests

Magica11y uses Jest for JavaScript testing. You can run the unit tests using…

$ yarn test

Versioning

Magica11y uses Semantic Versioning for managing releases. You can release a new version using…

$ yarn version

… and select the appropriate patch, minor or major version. Don’t forget to push with tags to GitHub after release a new version!

$ git push --tags origin HEAD

Continuous integration

Magica11y uses TravisCI for continuous integration & deployment.

Further help

If you need further help, feel free to contact @rishabhsrao on Twitter.