Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 859 Bytes

File metadata and controls

30 lines (20 loc) · 859 Bytes

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'feat(scope): some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Commit Convention

This projects uses commitlint with Angular configuration so be sure to use standard commit format or PR won't be accepted

Style

Style and lint errors should be fixed with

$ yarn style:lint && yarn style:lint

follow instruction to fix if any


## Supported Node.js versions

All the current LTS versions are supported.

## Contributors

[@JellyBellyDev](https://github.com/JellyBellyDev)  
[@simonecorsi](https://github.com/simonecorsi)  
[@dnlup](https://github.com/dnlup)  
[@antoniomuso](https://github.com/antoniomuso)