diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b8bc57b..0bc3332 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,19 +1,15 @@ # Description -# DevRev issue +## Connected Issues -# Documentation PR - +## Checklist +- [ ] Tests added/updated and ran with `npm run test` OR no tests needed. +- [ ] Code formatted and checked with `npm run lint`. +- [ ] Added "How to test" section to the description OR this section is not needed.