documentation: add contribution standards
All checks were successful
checks / checks (pull_request) Successful in 2m23s
checks / checks-impure (pull_request) Successful in 1m47s

This commit is contained in:
a-kenji 2024-04-14 16:54:23 +02:00
parent 419936d1b4
commit 8322d5dc27

View File

@ -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.