From d8c19b85268b5968a896dea8a95c65d22b192718 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.