Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 796 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

18 lines (14 loc) · 796 Bytes

Issue #

Description

General Checklist

  • Added new tests to cover change, if needed
  • Build succeeds using Swift Package Manager
  • All unit tests pass
  • Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
  • Documentation update for the change if required
  • PR title conforms to conventional commit style
  • If breaking change, documentation/changelog update with migration instructions

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.