mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-08-31 00:02:09 +00:00
readme: add note about commit tags
This commit is contained in:
parent
576b78799e
commit
a69bda0b9b
@ -47,3 +47,10 @@
|
|||||||
* Avoid magic numbers.
|
* Avoid magic numbers.
|
||||||
* While macros are powerful, it's better to avoid overusing them.
|
* 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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user