Skip to content

Commit

Permalink
Update ellipsis.yaml (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Dec 31, 2023
1 parent a06f990 commit 4147b10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ellipsis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ pr_review:
- "Code should be DRY (Dont Repeat Yourself)"
- "Extremely Complicated Code Needs Comments"
- "Use Descriptive Variable and Constant Names"
- "Function and Method Naming Should Follow Consistent Patterns"
- "Function and Method Naming Should Follow Consistent Patterns"
- "If library code changes, expect documentation to be updated"
- "If library code changes, check if tests are updated"
- "If a new `md` file is created in `docs` make sure its added to mkdocs.yml"

0 comments on commit 4147b10

Please sign in to comment.