From 8322d5dc27c659ef70197229b709558cf36b64d5 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 14 Apr 2024 16:54:23 +0200 Subject: [PATCH] documentation: add contribution standards --- docs/CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 223d537e..0ddfa1f7 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -153,3 +153,9 @@ If you need to inspect the Nix sandbox while running tests, follow these steps: cntr exec -w your_sandbox_name psgrep -a -x your_python_process_name ``` + + +# Standards + +Every new module name should be in kebab-case. +Every fact definition, where possible should be in kebab-case.