- Before adding any new feature or a fix make sure to open an issue first!
- Clone the project, and install dependencies.
$ git clone https://github.com/danrevah/segal-decorators.git
$ npm install
- Create a new branch
$ git checkout -b feat/feature
- OR: *
$ git checkout -b fix/bug
Add tests & make sure everything is running properly.
$ npm test
Commit, push and make a new pull request!