- Bug fix
- New feature
- Documentation
- Dependency update / replacement
- Breaking change 1…
- I ran
gradle check
and there were no errors reported - I have performed a self-review of my code
- I have added tests that prove my fix is effective or that my feature works
- All tests pass locally with my changes
- I have added KDoc documentation to all public methods
- In case you worked on a new feature: Did you also implement the reactive endpoint (bigbone-rx)?
- In case you added new
*Methods
classes: Did you also reference it in theMastodonClient
main class? - Did you also update the documentation in the
/docs
folder (e.g. API Coverage page)?