The standard contribution workflow applies here:
- Create an Issue detailing the bug you found or your feature request.
If you want to implement or fix it yourself:
- Ask to be the assignee for your created issue.
- Fork the repository to your account.
- Create a new branch for your implementation.
- Implement the fix or feature. *
- Commit and push your changes to your repository.
- Create a Pull Request.
* If you implement a new feature, add tests for it.