diff --git a/ellipsis.yaml b/ellipsis.yaml index f60efd7..fdc51af 100644 --- a/ellipsis.yaml +++ b/ellipsis.yaml @@ -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" \ No newline at end of file + - "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"