From 195a9f4ab19779fab99852f91ec5ea8d8b7c7542 Mon Sep 17 00:00:00 2001 From: Cristiano Ventura Date: Wed, 25 Sep 2024 11:52:37 -0400 Subject: [PATCH] docs: add checks for lint and tests --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 845f197d..5da48e4a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,6 +12,8 @@ - [ ] I have performed a self-review of my code. - [ ] I have added tests for my changes. +- [ ] I have run linter locally (`npm run lint`) and all checks pass. +- [ ] I have run tests locally (`npm test`) and all tests pass. - [ ] I have commented on my code, particularly in hard-to-understand areas.