Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.29 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

23 lines (19 loc) · 1.29 KB

Channel for questions

Before or while filing an issue please feel free to join our Slack channel to get in touch with development team, ask questions, find out what's cooking and more!

Description

(Brief description of what this PR is about)

Checklist

Essentials

Please feel free to remove inapplicable items for your PR.

  • Changes are complete (i.e. I finished coding on this PR)
  • All changes have test coverage:
  • Code is well-documented:
    • For user-facing API changes, Java doc has been updated.
    • For new examples, README.md is added to explain the what the example does.
  • To the my best knowledge, examples and jupyter notebooks are either not affected by this change, or have been fixed to be compatible with this change

Changes

  • Feature1, tests, (and when applicable, Java doc)
  • Feature2, tests, (and when applicable, Java doc)

Comments

  • If this change is a backward incompatible change, why must this change be made?
  • Interesting edge cases to note here