Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 844 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 844 Bytes

Contributing to node-fatturazione-elettronica

Development

git clone git@github.com:andreafalzetti/node-fatturazione-elettronica-aruba.git
cd node-fatturazione-elettronica-aruba
npm install
npm test

Release

We use semantic-release, when you merge to master the tool creates a new tag and publishes to npm.

Commit messages

We use commitlint structured commit messages. Please follow the rules if you want your PR to be merged quickly.

Linting

We use ESLInt and Prettier in this project. Please consider running npm run lint:fix before creating your PR.

THANKS FOR CONTRIBUTING! ❤️