From 4147b1006a1649720998ec1192ff60056e9ee3f3 Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Sat, 30 Dec 2023 19:19:26 -0500 Subject: [PATCH] Update ellipsis.yaml (#312) --- ellipsis.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"