# Contributing

To contribute to the project, please follow these steps:

1. Get approval for the idea by filing an issue and talking with me about the changes
2. Fork the repo
3. Make a branch for your change
4. Run `npm use`
5. Run `npm install`
6. Run `npm run typings`
7. Run `npm start`
8. Make your changes
9. Run `git add -A` to add your changes
10. Push your changes with `git push`
11. Create the Pull Request
12. Get merged and celebrate 🎉 🎊!
