Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.22 KB

pull_request_template.md

File metadata and controls

30 lines (23 loc) · 1.22 KB

Description

...

Author Checklist

All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.

I have...

  • added ! to the type prefix if Breaking Changes.
  • considered the impact to the SDK.
  • included the correct type prefix in the PR title
  • provided a link to the relevant issue in JIRA or Github Link in PR.
  • included the unit and integration tests
  • included comments & docs for new API Endpoints
  • updated the relevant documentation or specification in readme.io
  • reviewed "Files changed" and left comments if necessary
  • confirmed all CI checks have passed

Breaking Changes including adding required params.

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.

I have...

  • confirmed the Author checklist was followed
  • reviewed API design and naming
  • reviewed documentation is accurate
  • reviewed tests and test coverage
  • manually tested (if applicable)