1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-15 16:14:36 +00:00
Files
core/PULL_REQUEST_TEMPLATE.md
2022-06-21 19:51:23 +03:00

394 B

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).
  • Any new functionality has been unit tested.
  • All unit tests are passing (npm test).
  • All CI checks are green.
  • Reviewer is assigned.