diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8dfac58be91d..84a5aaaacedf 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,6 +7,8 @@ ### Check List - [ ] New functionality includes testing. - [ ] All tests pass + - [ ] `yarn test:jest` + - [ ] `yarn test:jest_integration` + - [ ] `yarn test:ftr` - [ ] New functionality has been documented. - - [ ] New functionality has javadoc added - [ ] Commits are signed per the DCO using --signoff \ No newline at end of file