## Making Changes Depending on your changes there are certain rules you have to follow if you expect your Pull Request (PR) to be merged. 1. Check for existing pull requests that might already implement your changes. You can review those pull requests with your suggestions for improvements. 1. Reference documentation or issues that are relevant to your changes. 1. If you implement a new feature, include some examples on how you intend it to be used in your PR description. 1. Write documentation for all public API methods and types. 1. Follow the coding style, even if unconventional, we want to keep it consistent to maintain readability.