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