Skip to content

Commit

Permalink
docs: add checks for lint and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoventura committed Sep 25, 2024
1 parent 86fa005 commit 195a9f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!-- - [ ] Any other relevant item -->

Expand Down

0 comments on commit 195a9f4

Please sign in to comment.