From 7fe5db577f15927e4ab7bc25f197cb7f0031e856 Mon Sep 17 00:00:00 2001 From: Emily Miller Date: Fri, 5 Mar 2021 10:27:37 -0800 Subject: [PATCH] add ethics checklist to default files --- tests/test_creation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_creation.py b/tests/test_creation.py index c42e36e..5629753 100644 --- a/tests/test_creation.py +++ b/tests/test_creation.py @@ -90,6 +90,7 @@ def verify_files(root, config): "docs/getting-started.rst", "docs/index.rst", "docs/make.bat", + "ethics.md" "notebooks/.gitkeep", "notebooks/.nbautoexport", "references/.gitkeep",