## How to contribute

1. Fork the repo
2. `npm install` preferable use `node >= 14`
3. `npm run test` check that the tests are not failing
4. Create your branch `git checkout -b <my feature name>`. **If your feature is going to be big, please [open an issue](https://github.com/MatteoGioioso/serverless-pg/issues) before**
5. When you commit, make sure to follow [semantic versioning format](https://semantic-release.gitbook.io/semantic-release/#commit-message-format)
6. Add some tests if needed
7. After everything is ready, before the PR, re-run the tests `npm run test`


Thanks for contributing!