Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 493 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

16 lines (11 loc) · 493 Bytes

Purpose

Describe the purpose of the pull request. Include background information if necessary.

Approach

How does this change fulfill the purpose?

Is this change testable? If not - why?

Checklist

  • I have updated NEWS.md.
  • I have added javadocs to new methods.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation e.g. README.md.
  • I have ran karate tests against this feature.