From 95f3ebd51d9fb3119ba643034738ee37651c57a6 Mon Sep 17 00:00:00 2001 From: Krishna Acondy Date: Tue, 22 Sep 2020 12:40:11 +0100 Subject: [PATCH] chore(dx): add pull request template --- PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..ff4fc83 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +## 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-tests` are passing (instructions available [here](https://github.com/sasjs/adapter/blob/master/sasjs-tests/README.md)).