From d5f7f01703a969626e03e008895392ad729c33cb Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Fri, 4 Sep 2020 09:07:31 -0400 Subject: [PATCH] chore: add PR template and change node 13 to 14 for tests --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ .travis.yml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..0f538e822 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +## Description + + +## Motivation and Context + + + +## How Has This Been Tested? + + + + +## Screenshots (if appropriate): diff --git a/.travis.yml b/.travis.yml index 44fc8379a..5f3de1c10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ os: node_js: - 10 - 12 - - 13 + - 14 script: - npm run lint