Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/YourFeature
) - Commit your Changes (
git commit -m 'Added your feature'
) - Push to the Branch (
git push origin feature/YourFeature
) - Open a Pull Request
By contributing you agree that the code you submit you have a right to use for this project and you agree to your code being licensed as MIT.
- Please update tests and documentation along with your pull request.
- It is recommended that you create a GitHub issue with the feature you are working on or if a issue already exists it is a good idea to comment on it to let people know you are working on it.
- If use you prettier or eslint ignore/disable a line please provide a comment above that line to explain why.