From c07ff34d9c52bcc03957204dfa08fd4880f9cdb6 Mon Sep 17 00:00:00 2001 From: mxmCherry Date: Mon, 16 May 2022 19:02:06 +0300 Subject: [PATCH] readme: document Foo 1.0 -> Foo10 naming approach --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a97a91..aac01ef 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Master always contains latest code, so better use some package manager to vendor - [UpperCamelCase](http://en.wikipedia.org/wiki/CamelCase) - Capitalized abbreviations (e.g., `AT`, `COPPA`, `PMP` etc.) - Capitalized `ID` keys +- Enum items with versions should include minor/patch zeros, i.e. "Foo 1.0" -> `Foo10` (and not just `Foo1`), "Foo 1.1" -> `Foo11` etc ## Types - Key types should be chosen according to OpenRTB specification (attribute types)