Update ellipsis.yaml (#312)

This commit is contained in:
Jason Liu
2023-12-30 19:19:26 -05:00
committed by GitHub
parent a06f99060e
commit 4147b1006a
+4 -1
View File
@@ -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"