#Contributing guidlines
Please follow these 7 simple rules to make the PR process as smooth as possible. I don't have a ton of free time, and I do this for fun.
- Always start a new branch of the latest version of master
- Before making a pull request, pull from master to avoid merge conflicts.
- Please don't override existing functionality, unless you are fixing a bug.
- Try to follow the existing coding style to the best of your ability in the project so that changes are seemless.
- If you're adding new functionality please make it optional and so it doesn't start unless the user wants it.
- If your developing on Windows or Linux please mention in your PR, so someone can test on iOS.
- Don't hesitate to ask any questions.