### How to contribute to the library?

- Make changes in the `/src` directory.
- Before sending a pull request for a feature or bug fix, be sure to have [tests](https://github.com/hsynlms/fastify-guard/blob/master/test.js).
- Use the same coding style as the rest of the codebase. The library is [Standard JS](https://standardjs.com/) compatible.
- All pull requests should be made to the master branch.
- Send commit summaries by following [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#specification) specifications as possible as you can.
