Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 432 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

22 lines (13 loc) · 432 Bytes

Issue

Link any related issue(s) in this section.

Intent

What this PR intends to achieve.

Implementation

What code changes have been made to achieve the intent.

Checks

  • Code is formatted correctly (npm run lint:fix).
  • All unit tests are passing (npm test).
  • All sasjs-cli unit tests are passing (npm test).
  • Reviewer is assigned.

Reviewer checks

  • Any new code is documented.