1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

Merge pull request #436 from sasjs/allanbowe-patch-1

chore(*): Update PULL_REQUEST_TEMPLATE.md
This commit is contained in:
VladislavParhomchik
2021-06-24 10:22:13 +03:00
committed by GitHub

View File

@@ -12,6 +12,8 @@ What code changes have been made to achieve the intent.
## Checks
No PR (that involves a non-trivial code change) should be merged, unless all four of the items below are confirmed! If an urgent fix is needed - use a tar file.
- [ ] Code is formatted correctly (`npm run lint:fix`).
- [ ] All unit tests are passing (`npm test`).
- [ ] All `sasjs-cli` unit tests are passing (`npm test`).