Contribution Guide
Thank you for being interested in improving this library, follow these steps to make contributions:
- Search open pull requests and existing issues to make sure what you want to do isn't already being worked on or already has an open pull request.
- Fork the repository.
- Create a new branch based on
master
, and name it according to your changes. - Add your commits.
- Follow the coding style used in the library.
- Document the code.
- Test your changes and add example if necessary in the library test app.
- Create a pull request.
- Include a detailed description of the changes you have made or features you have added to the library.