From c3abec51278a47a6a095c42e1596660b7f15503d Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 24 Feb 2019 01:11:23 +0300 Subject: [PATCH] readme: add missed newlines --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 12e5530b..602f897c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,9 @@ * 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. * **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.