1
0
forked from clan/clan-core

Merge pull request 'documentation: add contribution standards' (#1219) from a-kenji-documentation/standards into main

This commit is contained in:
clan-bot 2024-04-14 15:00:44 +00:00
commit 997b9d5426

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.