Skip to content

Commit 030cf4a

Browse files
Update pull_request_template.md
1 parent 3429447 commit 030cf4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pull_request_template.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
- [ ] I have added the description at the top of the solution file.
66
- [ ] I have added a test file for the problem.
77
- [ ] I have added an entry to the [README](https://github.com/ignacio-chiazzo/Algorithms-Leetcode-Javascript/blob/master/README.md) file with a link to the new file.
8+
- [ ] I have run linter (`npx eslint LeetcodeProblems LeetcodeProblemsTests`) and unit tests (`node Test.js`) and they pass. [More info](https://github.com/ignacio-chiazzo/Algorithms-Leetcode-Javascript#run-tests).
89

910
Check the [guide](https://github.com/ignacio-chiazzo/Algorithms-Leetcode-Javascript#contributions) and [this PR](https://github.com/ignacio-chiazzo/Algorithms-Leetcode-Javascript/pull/39) example.

0 commit comments

Comments
 (0)