# Contributing

To contribute to the project, please follow these steps:

1. Fork the repo
2. Make a branch for your change
3. Run `npm install`
4. Make your changes
5. Run `npm run check`
6. Test your changes
7. Run `git add -A` to add your changes
8. Run `git commit` - with a helpful message
9. Push your changes with `git push`
10. Create a Pull Request
