Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.79 KB

pull_request_template.md

File metadata and controls

44 lines (30 loc) · 1.79 KB

Description

Type of Change

  • Bug fix
  • New feature
  • Documentation
  • Dependency update / replacement

Breaking Changes

  • Breaking change 1…

How Has This Been Tested?

Mandatory Checklist

  • 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

Optional checks

  • 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 the MastodonClient main class?
  • Did you also update the documentation in the /docs folder (e.g. API Coverage page)?