From 04562b6d441d655f04de0c773dc8e5b742bd4565 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 5 Nov 2024 19:07:48 +0100 Subject: [PATCH] docs(contributing): Add standard for cli help description --- docs/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index a59f58ad7..02a862d14 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -201,3 +201,4 @@ Or you can also use the [nix breakpoint hook](https://nixos.org/manual/nixpkgs/s - Every new module name should be in kebab-case. - Every fact definition, where possible should be in kebab-case. - Every vars definition, where possible should be in kebab-case. +- Command line help descriptions should start capitalized and should not end in a period.