From a69bda0b9bb34a4989d7a8473b2c5ef1cc43e81a Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 24 Feb 2019 01:09:35 +0300 Subject: [PATCH] readme: add note about commit tags --- CONTRIBUTING.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b0d7e482..12e5530b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,4 +46,11 @@ * Short blocks, if statements and loops on single line are allowed. * Avoid magic numbers. * While macros are powerful, it's better to avoid overusing them. -* If you unsure, try to mimic code style from anywhere else of engine source code. + * If you unsure, try to mimic code style from anywhere else of engine source code. +* **ANY** commit message should start from declaring a tags, in format: + `tag: added some bugs` + `tag: subtag: fixed some features` + + Tags can be any: subsystem, simple feature name or even just a filename, without extension. + Just keep them always same, it helps keep history clean and commit messages short. +