We're really glad you are reading this, because we need all the help possible to make this project grow.

## Instructions

These steps will guide you through contributing to this project:

- Fork the repo
- Clone it

		git clone https://github.com/YOUR-USERNAME/builder-box-logger
- Install dependencies using yarn

		yarn install
- Make sure to run all test commands.

		yarn quality:lint
		yarn quality:format
		yarn test 

- Make sure you can run a build successfully. 

		yarn build

- Finally send a [GitHub Pull Request](https://github.com/ElMijo/builder-box-logger/compare?expand=1) with a clear list of what you've done (read more [about pull requests](https://help.github.com/articles/about-pull-requests/)). Make sure all of your commits are atomic (one feature per commit).
