Commit messages must be in english, and have to be formated like this : *\[nature\] type : content*

- Nature :

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="fdbac231-a81d-4137-8690-de8dc5d64b0b"><ac:plain-text-body><![CDATA[

[-]

bug fix

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="20812ffb-d75e-4d36-90e0-f58a47171ddd"><ac:plain-text-body><![CDATA[

[*]

improvement

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="894f0327-54a8-4625-b8ec-63f0c8b55ccf"><ac:plain-text-body><![CDATA[

[+]

add feature

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="651c5921-37da-409c-bd38-38c1c6d610b8"><ac:plain-text-body><![CDATA[

[~]

when deprecated something

]]></ac:plain-text-body></ac:structured-macro>

- Type :

FO

front office (theme, front controller, images, css, js, ...)

BO

back office (theme, admin controller, images, css, js, ...)

Installer

all files in install folder

TR

translation files

MO

modules. specify the module name in content of commit message

Deprecated

when deprecated some code. specify the classe name and function

Security

security fix like XSS

Project

changes affecting the entire project

PDF

pdf template modifications

WS

Web Service

LO

Localization pack

              
- Contenu

Explain what did you commit in a few words.

If you fix a bug, please specify the bug number in the content (eg: #PSCFV-007)

Commit example :

_\[-\] BO : fixed bug while updating images in AdminProduct_
_\[*\] FO : you can now buy products without TVA_
_\[+\] Modules : new module RSS Feed_
_\[~\] Deprecated : Product::getReductionValue()_

- New files

If you add new files they need to have the "NOTICE OF LICENSE" and the "DISCLAIMER". You can copy/past from existing file in the project.