Skip to content

Commit

Permalink
clarify "no function calls" item
Browse files Browse the repository at this point in the history
  • Loading branch information
colevandersWands committed Jan 6, 2025
1 parent 6b1e042 commit 9d85d3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ about: A template PR for code review with a checklist
- [ ] The function's name describes it's behavior
- [ ] The function's name matches the file name
- [ ] The function has correct type annotations
- [ ] The function is not called in the function file
- [ ] The function is not called at the top level of the function file
- _Recursive solutions **can** call the function from **inside** the function body_

## Strategy

Expand Down

0 comments on commit 9d85d3a

Please sign in to comment.