Skip to content

Commit

Permalink
Merge pull request #1088 from bryantbiggs/chore/add-pr-template-node-14
Browse files Browse the repository at this point in the history
chore: add PR template and change node 13 to 14 for tests
  • Loading branch information
dherault committed Sep 23, 2020
2 parents de3c662 + d5f7f01 commit 2b4dd1e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,13 @@
## Description
<!--- Describe your changes in detail -->

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->

## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->

## Screenshots (if appropriate):
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ os:
node_js:
- 10
- 12
- 13
- 14

script:
- npm run lint
Expand Down

0 comments on commit 2b4dd1e

Please sign in to comment.